Shades of Saddle Brown #8C3505
Tints of Saddle Brown #8C3505
RGB
CMYK
RGB Variations
Color information
#8C3505 (or 0x8C3505) is known color: Saddle Brown. HEX triplet: 8C, 35 and 05. RGB value is (140,53,5). Sum of RGB (Red+Green+Blue) = 140+53+5=198 (26% of max value = 765). Red value is 140 (55.08% from 255 or 70.71% from 198); Green value is 53 (21.09% from 255 or 26.77% from 198); Blue value is 5 (2.34% from 255 or 2.53% from 198); Max value from RGB is 140 - color contains mainly: red. Hex color #8C3505 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8C3505 is #73CAFA. Grayscale: #494949. Windows color (decimal): -7588603 or 341388. OLE color: 341388.
HSL color Cylindrical-coordinate representation of color #8C3505: hue angle of 21.33º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8C3505 is Cyan = 0, Magento = 0.62, Yellow = 0.96 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 53 | 5 | - |
| CMYK | 0 | 0.62 | 0.96 | 0.45 |
| HSL | 21.33º | 0.93% | 0.28% | - |
| HSV(B) | 21.33º | 0.96% | 0.55% | - |
| XYZ | 12.12 | 8.13 | 1.07 | - |
| YUV | 73.54 | 89.32 | 175.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 53 | 5 | 0 | 0.62 | 0.96 | 0.45 | 21.33 | 0.93 | 0.28 |
| Hex | 8C | 35 | 5 | 0 | 3E | 60 | 2D | 15 | 5D | 1C |
| Octal | 214 | 65 | 5 | 0 | 76 | 140 | 55 | 25 | 135 | 34 |
| Binary | 10001100 | 110101 | 101 | 0 | 111110 | 1100000 | 101101 | 10101 | 1011101 | 11100 |
Color Harmonies of #8C3505
Complementary color
Monochromatic Colors of #8C3505
Black with #8C3505
Text Example
Text Example
White with #8C3505
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C3505; }
p { color: rgb(140,53,5); }
H1.HeaderClassName
{
color: #8C3505;
}
.AnyTagClassName
{
color: #8C3505;
}
</style>
background-color css
<style>
a { background-color: #8C3505; }
a { background-color: rgb(140,53,5); }
div.DivClassName
{
background-color: #8C3505;
}
.BgClassName
{
background-color: #8C3505;
}
</style>
border-color css
<style>
span { border-color: #8C3505; }
span { border-color: rgb(140,53,5); }
td.TdClassName
{
border-color: #8C3505;
}
.TagClassName
{
border-color: #8C3505;
}
</style>