Shades of Saddle Brown #8C4D19
Tints of Saddle Brown #8C4D19
RGB
CMYK
RGB Variations
Color information
#8C4D19 (or 0x8C4D19) is known color: Saddle Brown. HEX triplet: 8C, 4D and 19. RGB value is (140,77,25). Sum of RGB (Red+Green+Blue) = 140+77+25=242 (32% of max value = 765). Red value is 140 (55.08% from 255 or 57.85% from 242); Green value is 77 (30.47% from 255 or 31.82% from 242); Blue value is 25 (10.16% from 255 or 10.33% from 242); Max value from RGB is 140 - color contains mainly: red. Hex color #8C4D19 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8C4D19 is #73B2E6. Grayscale: #5A5A5A. Windows color (decimal): -7582439 or 1658252. OLE color: 1658252.
HSL color Cylindrical-coordinate representation of color #8C4D19: hue angle of 27.13º degrees, saturation: 0.7, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8C4D19 is Cyan = 0, Magento = 0.45, Yellow = 0.82 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 77 | 25 | - |
| CMYK | 0 | 0.45 | 0.82 | 0.45 |
| HSL | 27.13º | 0.7% | 0.32% | - |
| HSV(B) | 27.13º | 0.82% | 0.55% | - |
| XYZ | 13.64 | 10.95 | 2.31 | - |
| YUV | 89.91 | 91.37 | 163.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 77 | 25 | 0 | 0.45 | 0.82 | 0.45 | 27.13 | 0.7 | 0.32 |
| Hex | 8C | 4D | 19 | 0 | 2D | 52 | 2D | 1B | 46 | 20 |
| Octal | 214 | 115 | 31 | 0 | 55 | 122 | 55 | 33 | 106 | 40 |
| Binary | 10001100 | 1001101 | 11001 | 0 | 101101 | 1010010 | 101101 | 11011 | 1000110 | 100000 |
Color Harmonies of #8C4D19
Complementary color
Monochromatic Colors of #8C4D19
Black with #8C4D19
Text Example
Text Example
White with #8C4D19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C4D19; }
p { color: rgb(140,77,25); }
H1.HeaderClassName
{
color: #8C4D19;
}
.AnyTagClassName
{
color: #8C4D19;
}
</style>
background-color css
<style>
a { background-color: #8C4D19; }
a { background-color: rgb(140,77,25); }
div.DivClassName
{
background-color: #8C4D19;
}
.BgClassName
{
background-color: #8C4D19;
}
</style>
border-color css
<style>
span { border-color: #8C4D19; }
span { border-color: rgb(140,77,25); }
td.TdClassName
{
border-color: #8C4D19;
}
.TagClassName
{
border-color: #8C4D19;
}
</style>