Accurately decode 4‑band and 5‑band resistor color codes, solve Ohm’s Law, and compute equivalent resistance for series/parallel networks.
Resistance (R) = V / I
Ohm's law states that the current through a conductor between two points is directly proportional to the voltage. This calculator computes resistance given voltage and current.
Series Equivalent (Rtotal) : — Ω
Parallel Equivalent (Rtotal) : — Ω
Series: Req = R₁ + R₂ | Parallel: 1/Req = 1/R₁ + 1/R₂
Resistance is the opposition to electric current, measured in Ohms (Ω). Resistors are fundamental components in almost every electronic circuit: they limit current, divide voltages, bias transistors, and terminate transmission lines. Our calculator decodes standard 4‑band and 5‑band axial resistors following the IEC 60062 standard, ensuring accurate component identification for repairs, prototyping, and education.
For a 5‑band resistor: Value = (Digit1×100 + Digit2×10 + Digit3) × Multiplier (in Ohms), tolerance indicates precision.
| Color | Digit | Multiplier | Tolerance (4/5 band) |
|---|---|---|---|
| Black | 0 | ×1 Ω | — |
| Brown | 1 | ×10 Ω | ±1% |
| Red | 2 | ×100 Ω | ±2% |
| Orange | 3 | ×1 kΩ | ±0.05% |
| Yellow | 4 | ×10 kΩ | ±0.02% |
| Green | 5 | ×100 kΩ | ±0.5% |
| Blue | 6 | ×1 MΩ | ±0.25% |
| Violet | 7 | ×10 MΩ | ±0.1% |
| Gray | 8 | ×100 MΩ | ±0.05% |
| White | 9 | ×1 GΩ | — |
| Gold | — | ×0.1 | ±5% |
| Silver | — | ×0.01 | ±10% |
Suppose you have a red LED with forward voltage 2.0V and desired current 20 mA powered by a 9V battery. Required series resistor: R = (Vsupply - V_LED) / I = (9 - 2) / 0.02 = 350 Ω. Using the 5‑band color code: Orange (3), Green (5), Black (0), Black (×1), Brown (±1%) yields 350 Ω ±1%. Our Ohm's Law calculator verifies the value instantly — avoiding LED burnout and ensuring reliable circuit operation.
An analog temperature sensor outputs 0–5V but your microcontroller’s ADC accepts 0–3.3V. Using two resistors in series: R1 and R2. Desired output Vout = Vin × (R2/(R1+R2)). For Vin max 5V, Vout max 3.3V, choose R1 = 1.5kΩ and R2 = 3.3kΩ. The series calculator confirms total resistance 4.8kΩ, and the voltage divider ratio is 3.3/4.8 ≈ 0.6875 → Vout = 3.44V (close enough). This tool helps select standard resistor values quickly.
Georg Simon Ohm formulated the fundamental relationship V = I × R, which defines voltage as current times resistance. This linear relationship holds for ohmic materials. Understanding this law enables analysis of voltage dividers, filter circuits, and power distribution. The tool implements R = V / I (given V and I) to compute unknown resistance. This is essential for troubleshooting: measuring voltage across a shunt and current yields resistance value.
In series, the equivalent resistance is the sum of individual resistances: Rtotal = R₁ + R₂ + ... . This increases total resistance. In parallel, the reciprocal sum gives equivalent resistance: 1/Rtotal = 1/R₁ + 1/R₂ + ... , which yields lower total resistance than any single branch. Our calculator computes two‑resistor equivalents, but the formulas extend to N resistors — fundamental for power supply design and loudspeaker crossovers.