Shades of Saddle Brown #8C3408
Tints of Saddle Brown #8C3408
RGB
CMYK
RGB Variations
Color information
#8C3408 (or 0x8C3408) is known color: Saddle Brown. HEX triplet: 8C, 34 and 08. RGB value is (140,52,8). Sum of RGB (Red+Green+Blue) = 140+52+8=200 (26% of max value = 765). Red value is 140 (55.08% from 255 or 70% from 200); Green value is 52 (20.70% from 255 or 26% from 200); Blue value is 8 (3.52% from 255 or 4% from 200); Max value from RGB is 140 - color contains mainly: red. Hex color #8C3408 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8C3408 is #73CBF7. Grayscale: #494949. Windows color (decimal): -7588856 or 537740. OLE color: 537740.
HSL color Cylindrical-coordinate representation of color #8C3408: hue angle of 20º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8C3408 is Cyan = 0, Magento = 0.63, Yellow = 0.94 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 52 | 8 | - |
| CMYK | 0 | 0.63 | 0.94 | 0.45 |
| HSL | 20º | 0.89% | 0.29% | - |
| HSV(B) | 20º | 0.94% | 0.55% | - |
| XYZ | 12.09 | 8.05 | 1.15 | - |
| YUV | 73.3 | 91.15 | 175.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 52 | 8 | 0 | 0.63 | 0.94 | 0.45 | 20 | 0.89 | 0.29 |
| Hex | 8C | 34 | 8 | 0 | 3F | 5E | 2D | 14 | 59 | 1D |
| Octal | 214 | 64 | 10 | 0 | 77 | 136 | 55 | 24 | 131 | 35 |
| Binary | 10001100 | 110100 | 1000 | 0 | 111111 | 1011110 | 101101 | 10100 | 1011001 | 11101 |
Color Harmonies of #8C3408
Complementary color
Monochromatic Colors of #8C3408
Black with #8C3408
Text Example
Text Example
White with #8C3408
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C3408; }
p { color: rgb(140,52,8); }
H1.HeaderClassName
{
color: #8C3408;
}
.AnyTagClassName
{
color: #8C3408;
}
</style>
background-color css
<style>
a { background-color: #8C3408; }
a { background-color: rgb(140,52,8); }
div.DivClassName
{
background-color: #8C3408;
}
.BgClassName
{
background-color: #8C3408;
}
</style>
border-color css
<style>
span { border-color: #8C3408; }
span { border-color: rgb(140,52,8); }
td.TdClassName
{
border-color: #8C3408;
}
.TagClassName
{
border-color: #8C3408;
}
</style>