Shades of Saddle Brown #8C3F02
Tints of Saddle Brown #8C3F02
RGB
CMYK
RGB Variations
Color information
#8C3F02 (or 0x8C3F02) is known color: Saddle Brown. HEX triplet: 8C, 3F and 02. RGB value is (140,63,2). Sum of RGB (Red+Green+Blue) = 140+63+2=205 (27% of max value = 765). Red value is 140 (55.08% from 255 or 68.29% from 205); Green value is 63 (25% from 255 or 30.73% from 205); Blue value is 2 (1.17% from 255 or 0.98% from 205); Max value from RGB is 140 - color contains mainly: red. Hex color #8C3F02 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8C3F02 is #73C0FD. Grayscale: #4F4F4F. Windows color (decimal): -7586046 or 147340. OLE color: 147340.
HSL color Cylindrical-coordinate representation of color #8C3F02: hue angle of 26.52º 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 #8C3F02 is Cyan = 0, Magento = 0.55, Yellow = 0.99 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 63 | 2 | - |
| CMYK | 0 | 0.55 | 0.99 | 0.45 |
| HSL | 26.52º | 0.97% | 0.28% | - |
| HSV(B) | 26.52º | 0.99% | 0.55% | - |
| XYZ | 12.6 | 9.13 | 1.16 | - |
| YUV | 79.07 | 84.51 | 171.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 63 | 2 | 0 | 0.55 | 0.99 | 0.45 | 26.52 | 0.97 | 0.28 |
| Hex | 8C | 3F | 2 | 0 | 37 | 63 | 2D | 1B | 61 | 1C |
| Octal | 214 | 77 | 2 | 0 | 67 | 143 | 55 | 33 | 141 | 34 |
| Binary | 10001100 | 111111 | 10 | 0 | 110111 | 1100011 | 101101 | 11011 | 1100001 | 11100 |
Color Harmonies of #8C3F02
Complementary color
Monochromatic Colors of #8C3F02
Black with #8C3F02
Text Example
Text Example
White with #8C3F02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C3F02; }
p { color: rgb(140,63,2); }
H1.HeaderClassName
{
color: #8C3F02;
}
.AnyTagClassName
{
color: #8C3F02;
}
</style>
background-color css
<style>
a { background-color: #8C3F02; }
a { background-color: rgb(140,63,2); }
div.DivClassName
{
background-color: #8C3F02;
}
.BgClassName
{
background-color: #8C3F02;
}
</style>
border-color css
<style>
span { border-color: #8C3F02; }
span { border-color: rgb(140,63,2); }
td.TdClassName
{
border-color: #8C3F02;
}
.TagClassName
{
border-color: #8C3F02;
}
</style>