Shades of Saddle Brown #8C3902
Tints of Saddle Brown #8C3902
RGB
CMYK
RGB Variations
Color information
#8C3902 (or 0x8C3902) is known color: Saddle Brown. HEX triplet: 8C, 39 and 02. RGB value is (140,57,2). Sum of RGB (Red+Green+Blue) = 140+57+2=199 (26% of max value = 765). Red value is 140 (55.08% from 255 or 70.35% from 199); Green value is 57 (22.66% from 255 or 28.64% from 199); Blue value is 2 (1.17% from 255 or 1.01% from 199); Max value from RGB is 140 - color contains mainly: red. Hex color #8C3902 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8C3902 is #73C6FD. Grayscale: #4B4B4B. Windows color (decimal): -7587582 or 145804. OLE color: 145804.
HSL color Cylindrical-coordinate representation of color #8C3902: hue angle of 23.91º 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 #8C3902 is Cyan = 0, Magento = 0.59, Yellow = 0.99 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 57 | 2 | - |
| CMYK | 0 | 0.59 | 0.99 | 0.45 |
| HSL | 23.91º | 0.97% | 0.28% | - |
| HSV(B) | 23.91º | 0.99% | 0.55% | - |
| XYZ | 12.29 | 8.51 | 1.05 | - |
| YUV | 75.55 | 86.5 | 173.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 57 | 2 | 0 | 0.59 | 0.99 | 0.45 | 23.91 | 0.97 | 0.28 |
| Hex | 8C | 39 | 2 | 0 | 3B | 63 | 2D | 18 | 61 | 1C |
| Octal | 214 | 71 | 2 | 0 | 73 | 143 | 55 | 30 | 141 | 34 |
| Binary | 10001100 | 111001 | 10 | 0 | 111011 | 1100011 | 101101 | 11000 | 1100001 | 11100 |
Color Harmonies of #8C3902
Complementary color
Monochromatic Colors of #8C3902
Black with #8C3902
Text Example
Text Example
White with #8C3902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C3902; }
p { color: rgb(140,57,2); }
H1.HeaderClassName
{
color: #8C3902;
}
.AnyTagClassName
{
color: #8C3902;
}
</style>
background-color css
<style>
a { background-color: #8C3902; }
a { background-color: rgb(140,57,2); }
div.DivClassName
{
background-color: #8C3902;
}
.BgClassName
{
background-color: #8C3902;
}
</style>
border-color css
<style>
span { border-color: #8C3902; }
span { border-color: rgb(140,57,2); }
td.TdClassName
{
border-color: #8C3902;
}
.TagClassName
{
border-color: #8C3902;
}
</style>