Shades of Saddle Brown #8C4208
Tints of Saddle Brown #8C4208
RGB
CMYK
RGB Variations
Color information
#8C4208 (or 0x8C4208) is known color: Saddle Brown. HEX triplet: 8C, 42 and 08. RGB value is (140,66,8). Sum of RGB (Red+Green+Blue) = 140+66+8=214 (28% of max value = 765). Red value is 140 (55.08% from 255 or 65.42% from 214); Green value is 66 (26.17% from 255 or 30.84% from 214); Blue value is 8 (3.52% from 255 or 3.74% from 214); Max value from RGB is 140 - color contains mainly: red. Hex color #8C4208 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8C4208 is #73BDF7. Grayscale: #515151. Windows color (decimal): -7585272 or 541324. OLE color: 541324.
HSL color Cylindrical-coordinate representation of color #8C4208: hue angle of 26.36º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8C4208 is Cyan = 0, Magento = 0.53, Yellow = 0.94 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 66 | 8 | - |
| CMYK | 0 | 0.53 | 0.94 | 0.45 |
| HSL | 26.36º | 0.89% | 0.29% | - |
| HSV(B) | 26.36º | 0.94% | 0.55% | - |
| XYZ | 12.81 | 9.49 | 1.39 | - |
| YUV | 81.51 | 86.52 | 169.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 66 | 8 | 0 | 0.53 | 0.94 | 0.45 | 26.36 | 0.89 | 0.29 |
| Hex | 8C | 42 | 8 | 0 | 35 | 5E | 2D | 1A | 59 | 1D |
| Octal | 214 | 102 | 10 | 0 | 65 | 136 | 55 | 32 | 131 | 35 |
| Binary | 10001100 | 1000010 | 1000 | 0 | 110101 | 1011110 | 101101 | 11010 | 1011001 | 11101 |
Color Harmonies of #8C4208
Complementary color
Monochromatic Colors of #8C4208
Black with #8C4208
Text Example
Text Example
White with #8C4208
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C4208; }
p { color: rgb(140,66,8); }
H1.HeaderClassName
{
color: #8C4208;
}
.AnyTagClassName
{
color: #8C4208;
}
</style>
background-color css
<style>
a { background-color: #8C4208; }
a { background-color: rgb(140,66,8); }
div.DivClassName
{
background-color: #8C4208;
}
.BgClassName
{
background-color: #8C4208;
}
</style>
border-color css
<style>
span { border-color: #8C4208; }
span { border-color: rgb(140,66,8); }
td.TdClassName
{
border-color: #8C4208;
}
.TagClassName
{
border-color: #8C4208;
}
</style>