Shades of Saddle Brown #8C3605
Tints of Saddle Brown #8C3605
RGB
CMYK
RGB Variations
Color information
#8C3605 (or 0x8C3605) is known color: Saddle Brown. HEX triplet: 8C, 36 and 05. RGB value is (140,54,5). Sum of RGB (Red+Green+Blue) = 140+54+5=199 (26% of max value = 765). Red value is 140 (55.08% from 255 or 70.35% from 199); Green value is 54 (21.48% from 255 or 27.14% from 199); Blue value is 5 (2.34% from 255 or 2.51% from 199); Max value from RGB is 140 - color contains mainly: red. Hex color #8C3605 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8C3605 is #73C9FA. Grayscale: #4A4A4A. Windows color (decimal): -7588347 or 341644. OLE color: 341644.
HSL color Cylindrical-coordinate representation of color #8C3605: hue angle of 21.78º 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 #8C3605 is Cyan = 0, Magento = 0.61, Yellow = 0.96 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 54 | 5 | - |
| CMYK | 0 | 0.61 | 0.96 | 0.45 |
| HSL | 21.78º | 0.93% | 0.28% | - |
| HSV(B) | 21.78º | 0.96% | 0.55% | - |
| XYZ | 12.16 | 8.22 | 1.09 | - |
| YUV | 74.13 | 88.99 | 174.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 54 | 5 | 0 | 0.61 | 0.96 | 0.45 | 21.78 | 0.93 | 0.28 |
| Hex | 8C | 36 | 5 | 0 | 3D | 60 | 2D | 16 | 5D | 1C |
| Octal | 214 | 66 | 5 | 0 | 75 | 140 | 55 | 26 | 135 | 34 |
| Binary | 10001100 | 110110 | 101 | 0 | 111101 | 1100000 | 101101 | 10110 | 1011101 | 11100 |
Color Harmonies of #8C3605
Complementary color
Monochromatic Colors of #8C3605
Black with #8C3605
Text Example
Text Example
White with #8C3605
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C3605; }
p { color: rgb(140,54,5); }
H1.HeaderClassName
{
color: #8C3605;
}
.AnyTagClassName
{
color: #8C3605;
}
</style>
background-color css
<style>
a { background-color: #8C3605; }
a { background-color: rgb(140,54,5); }
div.DivClassName
{
background-color: #8C3605;
}
.BgClassName
{
background-color: #8C3605;
}
</style>
border-color css
<style>
span { border-color: #8C3605; }
span { border-color: rgb(140,54,5); }
td.TdClassName
{
border-color: #8C3605;
}
.TagClassName
{
border-color: #8C3605;
}
</style>