Shades of Saddle Brown #8C3708
Tints of Saddle Brown #8C3708
RGB
CMYK
RGB Variations
Color information
#8C3708 (or 0x8C3708) is known color: Saddle Brown. HEX triplet: 8C, 37 and 08. RGB value is (140,55,8). Sum of RGB (Red+Green+Blue) = 140+55+8=203 (26% of max value = 765). Red value is 140 (55.08% from 255 or 68.97% from 203); Green value is 55 (21.88% from 255 or 27.09% from 203); Blue value is 8 (3.52% from 255 or 3.94% from 203); Max value from RGB is 140 - color contains mainly: red. Hex color #8C3708 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8C3708 is #73C8F7. Grayscale: #4B4B4B. Windows color (decimal): -7588088 or 538508. OLE color: 538508.
HSL color Cylindrical-coordinate representation of color #8C3708: hue angle of 21.36º 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 #8C3708 is Cyan = 0, Magento = 0.61, Yellow = 0.94 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 55 | 8 | - |
| CMYK | 0 | 0.61 | 0.94 | 0.45 |
| HSL | 21.36º | 0.89% | 0.29% | - |
| HSV(B) | 21.36º | 0.94% | 0.55% | - |
| XYZ | 12.23 | 8.33 | 1.19 | - |
| YUV | 75.06 | 90.16 | 174.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 55 | 8 | 0 | 0.61 | 0.94 | 0.45 | 21.36 | 0.89 | 0.29 |
| Hex | 8C | 37 | 8 | 0 | 3D | 5E | 2D | 15 | 59 | 1D |
| Octal | 214 | 67 | 10 | 0 | 75 | 136 | 55 | 25 | 131 | 35 |
| Binary | 10001100 | 110111 | 1000 | 0 | 111101 | 1011110 | 101101 | 10101 | 1011001 | 11101 |
Color Harmonies of #8C3708
Complementary color
Monochromatic Colors of #8C3708
Black with #8C3708
Text Example
Text Example
White with #8C3708
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C3708; }
p { color: rgb(140,55,8); }
H1.HeaderClassName
{
color: #8C3708;
}
.AnyTagClassName
{
color: #8C3708;
}
</style>
background-color css
<style>
a { background-color: #8C3708; }
a { background-color: rgb(140,55,8); }
div.DivClassName
{
background-color: #8C3708;
}
.BgClassName
{
background-color: #8C3708;
}
</style>
border-color css
<style>
span { border-color: #8C3708; }
span { border-color: rgb(140,55,8); }
td.TdClassName
{
border-color: #8C3708;
}
.TagClassName
{
border-color: #8C3708;
}
</style>