Shades of Saddle Brown #8C2A06
Tints of Saddle Brown #8C2A06
RGB
CMYK
RGB Variations
Color information
#8C2A06 (or 0x8C2A06) is known color: Saddle Brown. HEX triplet: 8C, 2A and 06. RGB value is (140,42,6). Sum of RGB (Red+Green+Blue) = 140+42+6=188 (24% of max value = 765). Red value is 140 (55.08% from 255 or 74.47% from 188); Green value is 42 (16.80% from 255 or 22.34% from 188); Blue value is 6 (2.73% from 255 or 3.19% from 188); Max value from RGB is 140 - color contains mainly: red. Hex color #8C2A06 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8C2A06 is #73D5F9. Grayscale: #434343. Windows color (decimal): -7591418 or 404108. OLE color: 404108.
HSL color Cylindrical-coordinate representation of color #8C2A06: hue angle of 16.12º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8C2A06 is Cyan = 0, Magento = 0.7, Yellow = 0.96 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 42 | 6 | - |
| CMYK | 0 | 0.7 | 0.96 | 0.45 |
| HSL | 16.12º | 0.92% | 0.29% | - |
| HSV(B) | 16.12º | 0.96% | 0.55% | - |
| XYZ | 11.68 | 7.24 | 0.96 | - |
| YUV | 67.2 | 93.47 | 179.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 42 | 6 | 0 | 0.7 | 0.96 | 0.45 | 16.12 | 0.92 | 0.29 |
| Hex | 8C | 2A | 6 | 0 | 46 | 60 | 2D | 10 | 5C | 1D |
| Octal | 214 | 52 | 6 | 0 | 106 | 140 | 55 | 20 | 134 | 35 |
| Binary | 10001100 | 101010 | 110 | 0 | 1000110 | 1100000 | 101101 | 10000 | 1011100 | 11101 |
Color Harmonies of #8C2A06
Complementary color
Monochromatic Colors of #8C2A06
Black with #8C2A06
Text Example
Text Example
White with #8C2A06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C2A06; }
p { color: rgb(140,42,6); }
H1.HeaderClassName
{
color: #8C2A06;
}
.AnyTagClassName
{
color: #8C2A06;
}
</style>
background-color css
<style>
a { background-color: #8C2A06; }
a { background-color: rgb(140,42,6); }
div.DivClassName
{
background-color: #8C2A06;
}
.BgClassName
{
background-color: #8C2A06;
}
</style>
border-color css
<style>
span { border-color: #8C2A06; }
span { border-color: rgb(140,42,6); }
td.TdClassName
{
border-color: #8C2A06;
}
.TagClassName
{
border-color: #8C2A06;
}
</style>