Shades of Saddle Brown #8C2F03
Tints of Saddle Brown #8C2F03
RGB
CMYK
RGB Variations
Color information
#8C2F03 (or 0x8C2F03) is known color: Saddle Brown. HEX triplet: 8C, 2F and 03. RGB value is (140,47,3). Sum of RGB (Red+Green+Blue) = 140+47+3=190 (25% of max value = 765). Red value is 140 (55.08% from 255 or 73.68% from 190); Green value is 47 (18.75% from 255 or 24.74% from 190); Blue value is 3 (1.56% from 255 or 1.58% from 190); Max value from RGB is 140 - color contains mainly: red. Hex color #8C2F03 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8C2F03 is #73D0FC. Grayscale: #464646. Windows color (decimal): -7590141 or 208780. OLE color: 208780.
HSL color Cylindrical-coordinate representation of color #8C2F03: hue angle of 19.27º 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 #8C2F03 is Cyan = 0, Magento = 0.66, Yellow = 0.98 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 47 | 3 | - |
| CMYK | 0 | 0.66 | 0.98 | 0.45 |
| HSL | 19.27º | 0.96% | 0.28% | - |
| HSV(B) | 19.27º | 0.98% | 0.55% | - |
| XYZ | 11.85 | 7.62 | 0.93 | - |
| YUV | 69.79 | 90.31 | 178.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 47 | 3 | 0 | 0.66 | 0.98 | 0.45 | 19.27 | 0.96 | 0.28 |
| Hex | 8C | 2F | 3 | 0 | 42 | 62 | 2D | 13 | 60 | 1C |
| Octal | 214 | 57 | 3 | 0 | 102 | 142 | 55 | 23 | 140 | 34 |
| Binary | 10001100 | 101111 | 11 | 0 | 1000010 | 1100010 | 101101 | 10011 | 1100000 | 11100 |
Color Harmonies of #8C2F03
Complementary color
Monochromatic Colors of #8C2F03
Black with #8C2F03
Text Example
Text Example
White with #8C2F03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C2F03; }
p { color: rgb(140,47,3); }
H1.HeaderClassName
{
color: #8C2F03;
}
.AnyTagClassName
{
color: #8C2F03;
}
</style>
background-color css
<style>
a { background-color: #8C2F03; }
a { background-color: rgb(140,47,3); }
div.DivClassName
{
background-color: #8C2F03;
}
.BgClassName
{
background-color: #8C2F03;
}
</style>
border-color css
<style>
span { border-color: #8C2F03; }
span { border-color: rgb(140,47,3); }
td.TdClassName
{
border-color: #8C2F03;
}
.TagClassName
{
border-color: #8C2F03;
}
</style>