Shades of Saddle Brown #8C4A18
Tints of Saddle Brown #8C4A18
RGB
CMYK
RGB Variations
Color information
#8C4A18 (or 0x8C4A18) is known color: Saddle Brown. HEX triplet: 8C, 4A and 18. RGB value is (140,74,24). Sum of RGB (Red+Green+Blue) = 140+74+24=238 (31% of max value = 765). Red value is 140 (55.08% from 255 or 58.82% from 238); Green value is 74 (29.30% from 255 or 31.09% from 238); Blue value is 24 (9.77% from 255 or 10.08% from 238); Max value from RGB is 140 - color contains mainly: red. Hex color #8C4A18 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8C4A18 is #73B5E7. Grayscale: #585858. Windows color (decimal): -7583208 or 1591948. OLE color: 1591948.
HSL color Cylindrical-coordinate representation of color #8C4A18: hue angle of 25.86º 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 #8C4A18 is Cyan = 0, Magento = 0.47, Yellow = 0.83 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 74 | 24 | - |
| CMYK | 0 | 0.47 | 0.83 | 0.45 |
| HSL | 25.86º | 0.71% | 0.32% | - |
| HSV(B) | 25.86º | 0.83% | 0.55% | - |
| XYZ | 13.43 | 10.54 | 2.19 | - |
| YUV | 88.03 | 91.87 | 165.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 74 | 24 | 0 | 0.47 | 0.83 | 0.45 | 25.86 | 0.71 | 0.32 |
| Hex | 8C | 4A | 18 | 0 | 2F | 53 | 2D | 1A | 47 | 20 |
| Octal | 214 | 112 | 30 | 0 | 57 | 123 | 55 | 32 | 107 | 40 |
| Binary | 10001100 | 1001010 | 11000 | 0 | 101111 | 1010011 | 101101 | 11010 | 1000111 | 100000 |
Color Harmonies of #8C4A18
Complementary color
Monochromatic Colors of #8C4A18
Black with #8C4A18
Text Example
Text Example
White with #8C4A18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C4A18; }
p { color: rgb(140,74,24); }
H1.HeaderClassName
{
color: #8C4A18;
}
.AnyTagClassName
{
color: #8C4A18;
}
</style>
background-color css
<style>
a { background-color: #8C4A18; }
a { background-color: rgb(140,74,24); }
div.DivClassName
{
background-color: #8C4A18;
}
.BgClassName
{
background-color: #8C4A18;
}
</style>
border-color css
<style>
span { border-color: #8C4A18; }
span { border-color: rgb(140,74,24); }
td.TdClassName
{
border-color: #8C4A18;
}
.TagClassName
{
border-color: #8C4A18;
}
</style>