Shades of Saddle Brown #8C3702
Tints of Saddle Brown #8C3702
RGB
CMYK
RGB Variations
Color information
#8C3702 (or 0x8C3702) is known color: Saddle Brown. HEX triplet: 8C, 37 and 02. RGB value is (140,55,2). Sum of RGB (Red+Green+Blue) = 140+55+2=197 (26% of max value = 765). Red value is 140 (55.08% from 255 or 71.07% from 197); Green value is 55 (21.88% from 255 or 27.92% from 197); Blue value is 2 (1.17% from 255 or 1.02% from 197); Max value from RGB is 140 - color contains mainly: red. Hex color #8C3702 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8C3702 is #73C8FD. Grayscale: #4A4A4A. Windows color (decimal): -7588094 or 145292. OLE color: 145292.
HSL color Cylindrical-coordinate representation of color #8C3702: hue angle of 23.04º 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 #8C3702 is Cyan = 0, Magento = 0.61, Yellow = 0.99 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 55 | 2 | - |
| CMYK | 0 | 0.61 | 0.99 | 0.45 |
| HSL | 23.04º | 0.97% | 0.28% | - |
| HSV(B) | 23.04º | 0.99% | 0.55% | - |
| XYZ | 12.19 | 8.31 | 1.02 | - |
| YUV | 74.37 | 87.16 | 174.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 55 | 2 | 0 | 0.61 | 0.99 | 0.45 | 23.04 | 0.97 | 0.28 |
| Hex | 8C | 37 | 2 | 0 | 3D | 63 | 2D | 17 | 61 | 1C |
| Octal | 214 | 67 | 2 | 0 | 75 | 143 | 55 | 27 | 141 | 34 |
| Binary | 10001100 | 110111 | 10 | 0 | 111101 | 1100011 | 101101 | 10111 | 1100001 | 11100 |
Color Harmonies of #8C3702
Complementary color
Monochromatic Colors of #8C3702
Black with #8C3702
Text Example
Text Example
White with #8C3702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C3702; }
p { color: rgb(140,55,2); }
H1.HeaderClassName
{
color: #8C3702;
}
.AnyTagClassName
{
color: #8C3702;
}
</style>
background-color css
<style>
a { background-color: #8C3702; }
a { background-color: rgb(140,55,2); }
div.DivClassName
{
background-color: #8C3702;
}
.BgClassName
{
background-color: #8C3702;
}
</style>
border-color css
<style>
span { border-color: #8C3702; }
span { border-color: rgb(140,55,2); }
td.TdClassName
{
border-color: #8C3702;
}
.TagClassName
{
border-color: #8C3702;
}
</style>