Shades of Saddle Brown #8C4200
Tints of Saddle Brown #8C4200
RGB
CMYK
RGB Variations
Color information
#8C4200 (or 0x8C4200) is known color: Saddle Brown. HEX triplet: 8C, 42 and 00. RGB value is (140,66,0). Sum of RGB (Red+Green+Blue) = 140+66+0=206 (27% of max value = 765). Red value is 140 (55.08% from 255 or 67.96% from 206); Green value is 66 (26.17% from 255 or 32.04% from 206); Blue value is 0 (0.39% from 255 or 0% from 206); Max value from RGB is 140 - color contains mainly: red. Hex color #8C4200 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8C4200 is #73BDFF. Grayscale: #505050. Windows color (decimal): -7585280 or 17036. OLE color: 17036.
HSL color Cylindrical-coordinate representation of color #8C4200: hue angle of 28.29º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8C4200 is Cyan = 0, Magento = 0.53, Yellow = 1 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 66 | 0 | - |
| CMYK | 0 | 0.53 | 1 | 0.45 |
| HSL | 28.29º | 1% | 0.27% | - |
| HSV(B) | 28.29º | 1% | 0.55% | - |
| XYZ | 12.76 | 9.47 | 1.16 | - |
| YUV | 80.6 | 82.52 | 170.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 66 | 0 | 0 | 0.53 | 1 | 0.45 | 28.29 | 1 | 0.27 |
| Hex | 8C | 42 | 0 | 0 | 35 | 64 | 2D | 1C | 64 | 1B |
| Octal | 214 | 102 | 0 | 0 | 65 | 144 | 55 | 34 | 144 | 33 |
| Binary | 10001100 | 1000010 | 0 | 0 | 110101 | 1100100 | 101101 | 11100 | 1100100 | 11011 |
Color Harmonies of #8C4200
Complementary color
Monochromatic Colors of #8C4200
Black with #8C4200
Text Example
Text Example
White with #8C4200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C4200; }
p { color: rgb(140,66,0); }
H1.HeaderClassName
{
color: #8C4200;
}
.AnyTagClassName
{
color: #8C4200;
}
</style>
background-color css
<style>
a { background-color: #8C4200; }
a { background-color: rgb(140,66,0); }
div.DivClassName
{
background-color: #8C4200;
}
.BgClassName
{
background-color: #8C4200;
}
</style>
border-color css
<style>
span { border-color: #8C4200; }
span { border-color: rgb(140,66,0); }
td.TdClassName
{
border-color: #8C4200;
}
.TagClassName
{
border-color: #8C4200;
}
</style>