Shades of Saddle Brown #8C4209
Tints of Saddle Brown #8C4209
RGB
CMYK
RGB Variations
Color information
#8C4209 (or 0x8C4209) is known color: Saddle Brown. HEX triplet: 8C, 42 and 09. RGB value is (140,66,9). Sum of RGB (Red+Green+Blue) = 140+66+9=215 (28% of max value = 765). Red value is 140 (55.08% from 255 or 65.12% from 215); Green value is 66 (26.17% from 255 or 30.70% from 215); Blue value is 9 (3.91% from 255 or 4.19% from 215); Max value from RGB is 140 - color contains mainly: red. Hex color #8C4209 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8C4209 is #73BDF6. Grayscale: #515151. Windows color (decimal): -7585271 or 606860. OLE color: 606860.
HSL color Cylindrical-coordinate representation of color #8C4209: hue angle of 26.11º degrees, saturation: 0.88, 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 #8C4209 is Cyan = 0, Magento = 0.53, Yellow = 0.94 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 66 | 9 | - |
| CMYK | 0 | 0.53 | 0.94 | 0.45 |
| HSL | 26.11º | 0.88% | 0.29% | - |
| HSV(B) | 26.11º | 0.94% | 0.55% | - |
| XYZ | 12.81 | 9.49 | 1.42 | - |
| YUV | 81.63 | 87.02 | 169.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 66 | 9 | 0 | 0.53 | 0.94 | 0.45 | 26.11 | 0.88 | 0.29 |
| Hex | 8C | 42 | 9 | 0 | 35 | 5E | 2D | 1A | 58 | 1D |
| Octal | 214 | 102 | 11 | 0 | 65 | 136 | 55 | 32 | 130 | 35 |
| Binary | 10001100 | 1000010 | 1001 | 0 | 110101 | 1011110 | 101101 | 11010 | 1011000 | 11101 |
Color Harmonies of #8C4209
Complementary color
Monochromatic Colors of #8C4209
Black with #8C4209
Text Example
Text Example
White with #8C4209
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C4209; }
p { color: rgb(140,66,9); }
H1.HeaderClassName
{
color: #8C4209;
}
.AnyTagClassName
{
color: #8C4209;
}
</style>
background-color css
<style>
a { background-color: #8C4209; }
a { background-color: rgb(140,66,9); }
div.DivClassName
{
background-color: #8C4209;
}
.BgClassName
{
background-color: #8C4209;
}
</style>
border-color css
<style>
span { border-color: #8C4209; }
span { border-color: rgb(140,66,9); }
td.TdClassName
{
border-color: #8C4209;
}
.TagClassName
{
border-color: #8C4209;
}
</style>