Shades of Saddle Brown #82400B
Tints of Saddle Brown #82400B
RGB
CMYK
RGB Variations
Color information
#82400B (or 0x82400B) is known color: Saddle Brown. HEX triplet: 82, 40 and 0B. RGB value is (130,64,11). Sum of RGB (Red+Green+Blue) = 130+64+11=205 (27% of max value = 765). Red value is 130 (51.17% from 255 or 63.41% from 205); Green value is 64 (25.39% from 255 or 31.22% from 205); Blue value is 11 (4.69% from 255 or 5.37% from 205); Max value from RGB is 130 - color contains mainly: red. Hex color #82400B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #82400B is #7DBFF4. Grayscale: #4D4D4D. Windows color (decimal): -8241141 or 737410. OLE color: 737410.
HSL color Cylindrical-coordinate representation of color #82400B: hue angle of 26.72º degrees, saturation: 0.84, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #82400B is Cyan = 0, Magento = 0.51, Yellow = 0.92 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 64 | 11 | - |
| CMYK | 0 | 0.51 | 0.92 | 0.49 |
| HSL | 26.72º | 0.84% | 0.28% | - |
| HSV(B) | 26.72º | 0.92% | 0.51% | - |
| XYZ | 11.1 | 8.44 | 1.36 | - |
| YUV | 77.69 | 90.37 | 165.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 64 | 11 | 0 | 0.51 | 0.92 | 0.49 | 26.72 | 0.84 | 0.28 |
| Hex | 82 | 40 | B | 0 | 33 | 5C | 31 | 1B | 54 | 1C |
| Octal | 202 | 100 | 13 | 0 | 63 | 134 | 61 | 33 | 124 | 34 |
| Binary | 10000010 | 1000000 | 1011 | 0 | 110011 | 1011100 | 110001 | 11011 | 1010100 | 11100 |
Color Harmonies of #82400B
Complementary color
Monochromatic Colors of #82400B
Black with #82400B
Text Example
Text Example
White with #82400B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82400B; }
p { color: rgb(130,64,11); }
H1.HeaderClassName
{
color: #82400B;
}
.AnyTagClassName
{
color: #82400B;
}
</style>
background-color css
<style>
a { background-color: #82400B; }
a { background-color: rgb(130,64,11); }
div.DivClassName
{
background-color: #82400B;
}
.BgClassName
{
background-color: #82400B;
}
</style>
border-color css
<style>
span { border-color: #82400B; }
span { border-color: rgb(130,64,11); }
td.TdClassName
{
border-color: #82400B;
}
.TagClassName
{
border-color: #82400B;
}
</style>