Shades of Saddle Brown #8C2902
Tints of Saddle Brown #8C2902
RGB
CMYK
RGB Variations
Color information
#8C2902 (or 0x8C2902) is known color: Saddle Brown. HEX triplet: 8C, 29 and 02. RGB value is (140,41,2). Sum of RGB (Red+Green+Blue) = 140+41+2=183 (24% of max value = 765). Red value is 140 (55.08% from 255 or 76.50% from 183); Green value is 41 (16.41% from 255 or 22.40% from 183); Blue value is 2 (1.17% from 255 or 1.09% from 183); Max value from RGB is 140 - color contains mainly: red. Hex color #8C2902 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8C2902 is #73D6FD. Grayscale: #424242. Windows color (decimal): -7591678 or 141708. OLE color: 141708.
HSL color Cylindrical-coordinate representation of color #8C2902: hue angle of 16.96º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8C2902 is Cyan = 0, Magento = 0.71, Yellow = 0.99 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 41 | 2 | - |
| CMYK | 0 | 0.71 | 0.99 | 0.45 |
| HSL | 16.96º | 0.97% | 0.28% | - |
| HSV(B) | 16.96º | 0.99% | 0.55% | - |
| XYZ | 11.62 | 7.17 | 0.83 | - |
| YUV | 66.16 | 91.8 | 180.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 41 | 2 | 0 | 0.71 | 0.99 | 0.45 | 16.96 | 0.97 | 0.28 |
| Hex | 8C | 29 | 2 | 0 | 47 | 63 | 2D | 11 | 61 | 1C |
| Octal | 214 | 51 | 2 | 0 | 107 | 143 | 55 | 21 | 141 | 34 |
| Binary | 10001100 | 101001 | 10 | 0 | 1000111 | 1100011 | 101101 | 10001 | 1100001 | 11100 |
Color Harmonies of #8C2902
Complementary color
Monochromatic Colors of #8C2902
Black with #8C2902
Text Example
Text Example
White with #8C2902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C2902; }
p { color: rgb(140,41,2); }
H1.HeaderClassName
{
color: #8C2902;
}
.AnyTagClassName
{
color: #8C2902;
}
</style>
background-color css
<style>
a { background-color: #8C2902; }
a { background-color: rgb(140,41,2); }
div.DivClassName
{
background-color: #8C2902;
}
.BgClassName
{
background-color: #8C2902;
}
</style>
border-color css
<style>
span { border-color: #8C2902; }
span { border-color: rgb(140,41,2); }
td.TdClassName
{
border-color: #8C2902;
}
.TagClassName
{
border-color: #8C2902;
}
</style>