Shades of Saddle Brown #8C4118
Tints of Saddle Brown #8C4118
RGB
CMYK
RGB Variations
Color information
#8C4118 (or 0x8C4118) is known color: Saddle Brown. HEX triplet: 8C, 41 and 18. RGB value is (140,65,24). Sum of RGB (Red+Green+Blue) = 140+65+24=229 (30% of max value = 765). Red value is 140 (55.08% from 255 or 61.14% from 229); Green value is 65 (25.78% from 255 or 28.38% from 229); Blue value is 24 (9.77% from 255 or 10.48% from 229); Max value from RGB is 140 - color contains mainly: red. Hex color #8C4118 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8C4118 is #73BEE7. Grayscale: #525252. Windows color (decimal): -7585512 or 1589644. OLE color: 1589644.
HSL color Cylindrical-coordinate representation of color #8C4118: hue angle of 21.21º degrees, saturation: 0.71, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #8C4118 is Cyan = 0, Magento = 0.54, Yellow = 0.83 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 65 | 24 | - |
| CMYK | 0 | 0.54 | 0.83 | 0.45 |
| HSL | 21.21º | 0.71% | 0.32% | - |
| HSV(B) | 21.21º | 0.83% | 0.55% | - |
| XYZ | 12.87 | 9.42 | 2 | - |
| YUV | 82.75 | 94.85 | 168.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 65 | 24 | 0 | 0.54 | 0.83 | 0.45 | 21.21 | 0.71 | 0.32 |
| Hex | 8C | 41 | 18 | 0 | 36 | 53 | 2D | 15 | 47 | 20 |
| Octal | 214 | 101 | 30 | 0 | 66 | 123 | 55 | 25 | 107 | 40 |
| Binary | 10001100 | 1000001 | 11000 | 0 | 110110 | 1010011 | 101101 | 10101 | 1000111 | 100000 |
Color Harmonies of #8C4118
Complementary color
Monochromatic Colors of #8C4118
Black with #8C4118
Text Example
Text Example
White with #8C4118
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C4118; }
p { color: rgb(140,65,24); }
H1.HeaderClassName
{
color: #8C4118;
}
.AnyTagClassName
{
color: #8C4118;
}
</style>
background-color css
<style>
a { background-color: #8C4118; }
a { background-color: rgb(140,65,24); }
div.DivClassName
{
background-color: #8C4118;
}
.BgClassName
{
background-color: #8C4118;
}
</style>
border-color css
<style>
span { border-color: #8C4118; }
span { border-color: rgb(140,65,24); }
td.TdClassName
{
border-color: #8C4118;
}
.TagClassName
{
border-color: #8C4118;
}
</style>