Shades of Saddle Brown #8C2C00
Tints of Saddle Brown #8C2C00
RGB
CMYK
RGB Variations
Color information
#8C2C00 (or 0x8C2C00) is known color: Saddle Brown. HEX triplet: 8C, 2C and 00. RGB value is (140,44,0). Sum of RGB (Red+Green+Blue) = 140+44+0=184 (24% of max value = 765). Red value is 140 (55.08% from 255 or 76.09% from 184); Green value is 44 (17.58% from 255 or 23.91% from 184); Blue value is 0 (0.39% from 255 or 0% from 184); Max value from RGB is 140 - color contains mainly: red. Hex color #8C2C00 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8C2C00 is #73D3FF. Grayscale: #434343. Windows color (decimal): -7590912 or 11404. OLE color: 11404.
HSL color Cylindrical-coordinate representation of color #8C2C00: hue angle of 18.86º 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 #8C2C00 is Cyan = 0, Magento = 0.69, Yellow = 1 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 44 | 0 | - |
| CMYK | 0 | 0.69 | 1 | 0.45 |
| HSL | 18.86º | 1% | 0.27% | - |
| HSV(B) | 18.86º | 1% | 0.55% | - |
| XYZ | 11.72 | 7.38 | 0.81 | - |
| YUV | 67.69 | 89.8 | 179.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 44 | 0 | 0 | 0.69 | 1 | 0.45 | 18.86 | 1 | 0.27 |
| Hex | 8C | 2C | 0 | 0 | 45 | 64 | 2D | 13 | 64 | 1B |
| Octal | 214 | 54 | 0 | 0 | 105 | 144 | 55 | 23 | 144 | 33 |
| Binary | 10001100 | 101100 | 0 | 0 | 1000101 | 1100100 | 101101 | 10011 | 1100100 | 11011 |
Color Harmonies of #8C2C00
Complementary color
Monochromatic Colors of #8C2C00
Black with #8C2C00
Text Example
Text Example
White with #8C2C00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C2C00; }
p { color: rgb(140,44,0); }
H1.HeaderClassName
{
color: #8C2C00;
}
.AnyTagClassName
{
color: #8C2C00;
}
</style>
background-color css
<style>
a { background-color: #8C2C00; }
a { background-color: rgb(140,44,0); }
div.DivClassName
{
background-color: #8C2C00;
}
.BgClassName
{
background-color: #8C2C00;
}
</style>
border-color css
<style>
span { border-color: #8C2C00; }
span { border-color: rgb(140,44,0); }
td.TdClassName
{
border-color: #8C2C00;
}
.TagClassName
{
border-color: #8C2C00;
}
</style>