3 min read
How to Read Resistor Color Codes
Learn to decode the colored bands on a resistor into a resistance value in ohms, including 4-band and 5-band parts, the multiplier, and tolerance.
What the color bands actually mean
A resistor tells you its value with a series of painted rings, not printed numbers, because the part is often too small for legible text. Each color maps to a digit from 0 to 9: black is 0, brown is 1, red is 2, orange is 3, yellow is 4, green is 5, blue is 6, violet is 7, grey is 8, and white is 9.
Most through-hole resistors carry either four or five bands. The first two or three bands are significant digits, the next band is a multiplier (a power of ten), and the final band, usually gold or silver, is the tolerance. Reading them in the wrong order is the single most common mistake, so orientation matters before you decode anything.
Reading a 4-band resistor
On a 4-band part the first band is the first digit, the second band is the second digit, the third band is the multiplier, and the fourth band is tolerance. For example, brown-black-red gives digits 1 and 0, then a multiplier of 100, which is 10 times 100, or 1000 ohms (1 kiloohm). A gold fourth band means plus or minus 5 percent.
The tolerance band is usually gold (5 percent) or silver (10 percent) and sits slightly apart from the other three. That gap is your clue for which end to start from. If you read the resistor backwards you will get a wildly different value, so always put the tolerance band on the right.
Reading a 5-band resistor
Precision resistors add a third significant-digit band, so a 5-band part reads as digit, digit, digit, multiplier, tolerance. Brown-black-black-brown-brown means digits 1, 0, and 0, a multiplier of 10, and a 1 percent tolerance, which works out to 1000 ohms with tight accuracy.
Five-band resistors typically have brown (1 percent) or red (2 percent) tolerance bands, reflecting their higher precision. The extra digit lets manufacturers specify values that a two-digit code cannot represent exactly.
Decode a resistor step by step
The calculator on this page mirrors the physical part: you pick a color for each band and it shows the resistance, multiplier, and tolerance instantly. Everything runs in your browser, so nothing you enter is uploaded.
- 1Hold the resistor so the tolerance band (usually gold or silver, and slightly separated) is on the right.
- 2Choose 4-band or 5-band mode to match the number of rings on your part.
- 3Select the color of the first band from the dropdown, then the second, and for 5-band parts the third.
- 4Set the multiplier band color, then the tolerance band color.
- 5Read the calculated resistance in ohms and note the tolerance range shown alongside it.
- 6Cross-check against the live band visual to confirm the colors match your actual resistor.
Common misreads and how to avoid them
Red and orange can look alike under warm lighting, and brown and red confuse many beginners. When in doubt, measure the part with a multimeter and compare the reading to your decoded value. If they disagree by more than the tolerance, you probably swapped a color.
Older or heat-stressed resistors can have faded bands, and some films of dust make grey read as white. Good, neutral lighting and a magnifier solve most of these problems. Remember that a fifth band on the far left, when present, might actually be a temperature-coefficient band rather than an extra digit, so count carefully.
Frequently asked questions
Which end of the resistor do I start reading from?
Start from the end where the bands are grouped closer together, and keep the tolerance band (typically gold or silver, and slightly set apart) on the right. Reading from the wrong end produces a completely different value.
What does a gold or silver band mean?
As the final band it indicates tolerance: gold is plus or minus 5 percent and silver is plus or minus 10 percent. In the multiplier position gold means multiply by 0.1 and silver means multiply by 0.01, used for very low resistances.
Is the calculator accurate for the resistor I have in hand?
It decodes the color code exactly, but the code only states the nominal value and tolerance. The true resistance can vary within that tolerance, so measure with a multimeter if you need the precise figure for a circuit.
Tools mentioned in this guide
Resistor Color Code Calculator
Decode 4- and 5-band resistor colors to ohms — with a live visual of the bands.
Calculators
Unit Converter
Convert length, weight, temperature, volume, speed, and data units instantly.
Calculators
Scientific Calculator
Full scientific calculator — trig, logs, powers, factorials, with keyboard input.
Calculators
Number Base Converter
Convert between binary, hex, decimal, and octal — with the hand method shown.
Developer Tools
Keep reading