Shades of Saddle Brown #8C2803
Tints of Saddle Brown #8C2803
RGB
CMYK
RGB Variations
Color information
#8C2803 (or 0x8C2803) is known color: Saddle Brown. HEX triplet: 8C, 28 and 03. RGB value is (140,40,3). Sum of RGB (Red+Green+Blue) = 140+40+3=183 (24% of max value = 765). Red value is 140 (55.08% from 255 or 76.50% from 183); Green value is 40 (16.02% from 255 or 21.86% from 183); Blue value is 3 (1.56% from 255 or 1.64% from 183); Max value from RGB is 140 - color contains mainly: red. Hex color #8C2803 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8C2803 is #73D7FC. Grayscale: #414141. Windows color (decimal): -7591933 or 206988. OLE color: 206988.
HSL color Cylindrical-coordinate representation of color #8C2803: hue angle of 16.2º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8C2803 is Cyan = 0, Magento = 0.71, Yellow = 0.98 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 40 | 3 | - |
| CMYK | 0 | 0.71 | 0.98 | 0.45 |
| HSL | 16.2º | 0.96% | 0.28% | - |
| HSV(B) | 16.2º | 0.98% | 0.55% | - |
| XYZ | 11.59 | 7.1 | 0.85 | - |
| YUV | 65.68 | 92.63 | 181.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 40 | 3 | 0 | 0.71 | 0.98 | 0.45 | 16.2 | 0.96 | 0.28 |
| Hex | 8C | 28 | 3 | 0 | 47 | 62 | 2D | 10 | 60 | 1C |
| Octal | 214 | 50 | 3 | 0 | 107 | 142 | 55 | 20 | 140 | 34 |
| Binary | 10001100 | 101000 | 11 | 0 | 1000111 | 1100010 | 101101 | 10000 | 1100000 | 11100 |
Color Harmonies of #8C2803
Complementary color
Monochromatic Colors of #8C2803
Black with #8C2803
Text Example
Text Example
White with #8C2803
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C2803; }
p { color: rgb(140,40,3); }
H1.HeaderClassName
{
color: #8C2803;
}
.AnyTagClassName
{
color: #8C2803;
}
</style>
background-color css
<style>
a { background-color: #8C2803; }
a { background-color: rgb(140,40,3); }
div.DivClassName
{
background-color: #8C2803;
}
.BgClassName
{
background-color: #8C2803;
}
</style>
border-color css
<style>
span { border-color: #8C2803; }
span { border-color: rgb(140,40,3); }
td.TdClassName
{
border-color: #8C2803;
}
.TagClassName
{
border-color: #8C2803;
}
</style>