Shades of Saddle Brown #8C5019
Tints of Saddle Brown #8C5019
RGB
CMYK
RGB Variations
Color information
#8C5019 (or 0x8C5019) is known color: Saddle Brown. HEX triplet: 8C, 50 and 19. RGB value is (140,80,25). Sum of RGB (Red+Green+Blue) = 140+80+25=245 (32% of max value = 765). Red value is 140 (55.08% from 255 or 57.14% from 245); Green value is 80 (31.64% from 255 or 32.65% from 245); Blue value is 25 (10.16% from 255 or 10.20% from 245); Max value from RGB is 140 - color contains mainly: red. Hex color #8C5019 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8C5019 is #73AFE6. Grayscale: #5B5B5B. Windows color (decimal): -7581671 or 1659020. OLE color: 1659020.
HSL color Cylindrical-coordinate representation of color #8C5019: hue angle of 28.7º 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 #8C5019 is Cyan = 0, Magento = 0.43, Yellow = 0.82 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 80 | 25 | - |
| CMYK | 0 | 0.43 | 0.82 | 0.45 |
| HSL | 28.7º | 0.7% | 0.32% | - |
| HSV(B) | 28.7º | 0.82% | 0.55% | - |
| XYZ | 13.86 | 11.38 | 2.39 | - |
| YUV | 91.67 | 90.38 | 162.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 80 | 25 | 0 | 0.43 | 0.82 | 0.45 | 28.7 | 0.7 | 0.32 |
| Hex | 8C | 50 | 19 | 0 | 2B | 52 | 2D | 1D | 46 | 20 |
| Octal | 214 | 120 | 31 | 0 | 53 | 122 | 55 | 35 | 106 | 40 |
| Binary | 10001100 | 1010000 | 11001 | 0 | 101011 | 1010010 | 101101 | 11101 | 1000110 | 100000 |
Color Harmonies of #8C5019
Complementary color
Monochromatic Colors of #8C5019
Black with #8C5019
Text Example
Text Example
White with #8C5019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C5019; }
p { color: rgb(140,80,25); }
H1.HeaderClassName
{
color: #8C5019;
}
.AnyTagClassName
{
color: #8C5019;
}
</style>
background-color css
<style>
a { background-color: #8C5019; }
a { background-color: rgb(140,80,25); }
div.DivClassName
{
background-color: #8C5019;
}
.BgClassName
{
background-color: #8C5019;
}
</style>
border-color css
<style>
span { border-color: #8C5019; }
span { border-color: rgb(140,80,25); }
td.TdClassName
{
border-color: #8C5019;
}
.TagClassName
{
border-color: #8C5019;
}
</style>