Shades of Saddle Brown #8C3606
Tints of Saddle Brown #8C3606
RGB
CMYK
RGB Variations
Color information
#8C3606 (or 0x8C3606) is known color: Saddle Brown. HEX triplet: 8C, 36 and 06. RGB value is (140,54,6). Sum of RGB (Red+Green+Blue) = 140+54+6=200 (26% of max value = 765). Red value is 140 (55.08% from 255 or 70% from 200); Green value is 54 (21.48% from 255 or 27% from 200); Blue value is 6 (2.73% from 255 or 3% from 200); Max value from RGB is 140 - color contains mainly: red. Hex color #8C3606 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8C3606 is #73C9F9. Grayscale: #4A4A4A. Windows color (decimal): -7588346 or 407180. OLE color: 407180.
HSL color Cylindrical-coordinate representation of color #8C3606: hue angle of 21.49º 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 #8C3606 is Cyan = 0, Magento = 0.61, Yellow = 0.96 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 54 | 6 | - |
| CMYK | 0 | 0.61 | 0.96 | 0.45 |
| HSL | 21.49º | 0.92% | 0.29% | - |
| HSV(B) | 21.49º | 0.96% | 0.55% | - |
| XYZ | 12.17 | 8.23 | 1.12 | - |
| YUV | 74.24 | 89.49 | 174.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 54 | 6 | 0 | 0.61 | 0.96 | 0.45 | 21.49 | 0.92 | 0.29 |
| Hex | 8C | 36 | 6 | 0 | 3D | 60 | 2D | 15 | 5C | 1D |
| Octal | 214 | 66 | 6 | 0 | 75 | 140 | 55 | 25 | 134 | 35 |
| Binary | 10001100 | 110110 | 110 | 0 | 111101 | 1100000 | 101101 | 10101 | 1011100 | 11101 |
Color Harmonies of #8C3606
Complementary color
Monochromatic Colors of #8C3606
Black with #8C3606
Text Example
Text Example
White with #8C3606
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C3606; }
p { color: rgb(140,54,6); }
H1.HeaderClassName
{
color: #8C3606;
}
.AnyTagClassName
{
color: #8C3606;
}
</style>
background-color css
<style>
a { background-color: #8C3606; }
a { background-color: rgb(140,54,6); }
div.DivClassName
{
background-color: #8C3606;
}
.BgClassName
{
background-color: #8C3606;
}
</style>
border-color css
<style>
span { border-color: #8C3606; }
span { border-color: rgb(140,54,6); }
td.TdClassName
{
border-color: #8C3606;
}
.TagClassName
{
border-color: #8C3606;
}
</style>