Shades of Saddle Brown #8C2B00
Tints of Saddle Brown #8C2B00
RGB
CMYK
RGB Variations
Color information
#8C2B00 (or 0x8C2B00) is known color: Saddle Brown. HEX triplet: 8C, 2B and 00. RGB value is (140,43,0). Sum of RGB (Red+Green+Blue) = 140+43+0=183 (24% of max value = 765). Red value is 140 (55.08% from 255 or 76.50% from 183); Green value is 43 (17.19% from 255 or 23.50% from 183); Blue value is 0 (0.39% from 255 or 0% from 183); Max value from RGB is 140 - color contains mainly: red. Hex color #8C2B00 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8C2B00 is #73D4FF. Grayscale: #434343. Windows color (decimal): -7591168 or 11148. OLE color: 11148.
HSL color Cylindrical-coordinate representation of color #8C2B00: hue angle of 18.43º 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 #8C2B00 is Cyan = 0, Magento = 0.69, Yellow = 1 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 43 | 0 | - |
| CMYK | 0 | 0.69 | 1 | 0.45 |
| HSL | 18.43º | 1% | 0.27% | - |
| HSV(B) | 18.43º | 1% | 0.55% | - |
| XYZ | 11.68 | 7.3 | 0.79 | - |
| YUV | 67.1 | 90.14 | 180 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 43 | 0 | 0 | 0.69 | 1 | 0.45 | 18.43 | 1 | 0.27 |
| Hex | 8C | 2B | 0 | 0 | 45 | 64 | 2D | 12 | 64 | 1B |
| Octal | 214 | 53 | 0 | 0 | 105 | 144 | 55 | 22 | 144 | 33 |
| Binary | 10001100 | 101011 | 0 | 0 | 1000101 | 1100100 | 101101 | 10010 | 1100100 | 11011 |
Color Harmonies of #8C2B00
Complementary color
Monochromatic Colors of #8C2B00
Black with #8C2B00
Text Example
Text Example
White with #8C2B00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C2B00; }
p { color: rgb(140,43,0); }
H1.HeaderClassName
{
color: #8C2B00;
}
.AnyTagClassName
{
color: #8C2B00;
}
</style>
background-color css
<style>
a { background-color: #8C2B00; }
a { background-color: rgb(140,43,0); }
div.DivClassName
{
background-color: #8C2B00;
}
.BgClassName
{
background-color: #8C2B00;
}
</style>
border-color css
<style>
span { border-color: #8C2B00; }
span { border-color: rgb(140,43,0); }
td.TdClassName
{
border-color: #8C2B00;
}
.TagClassName
{
border-color: #8C2B00;
}
</style>