Shades of Saddle Brown #8C3E19
Tints of Saddle Brown #8C3E19
RGB
CMYK
RGB Variations
Color information
#8C3E19 (or 0x8C3E19) is known color: Saddle Brown. HEX triplet: 8C, 3E and 19. RGB value is (140,62,25). Sum of RGB (Red+Green+Blue) = 140+62+25=227 (30% of max value = 765). Red value is 140 (55.08% from 255 or 61.67% from 227); Green value is 62 (24.61% from 255 or 27.31% from 227); Blue value is 25 (10.16% from 255 or 11.01% from 227); Max value from RGB is 140 - color contains mainly: red. Hex color #8C3E19 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8C3E19 is #73C1E6. Grayscale: #515151. Windows color (decimal): -7586279 or 1654412. OLE color: 1654412.
HSL color Cylindrical-coordinate representation of color #8C3E19: hue angle of 19.3º 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 #8C3E19 is Cyan = 0, Magento = 0.56, Yellow = 0.82 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 62 | 25 | - |
| CMYK | 0 | 0.56 | 0.82 | 0.45 |
| HSL | 19.3º | 0.7% | 0.32% | - |
| HSV(B) | 19.3º | 0.82% | 0.55% | - |
| XYZ | 12.71 | 9.09 | 2 | - |
| YUV | 81.1 | 96.34 | 170.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 62 | 25 | 0 | 0.56 | 0.82 | 0.45 | 19.3 | 0.7 | 0.32 |
| Hex | 8C | 3E | 19 | 0 | 38 | 52 | 2D | 13 | 46 | 20 |
| Octal | 214 | 76 | 31 | 0 | 70 | 122 | 55 | 23 | 106 | 40 |
| Binary | 10001100 | 111110 | 11001 | 0 | 111000 | 1010010 | 101101 | 10011 | 1000110 | 100000 |
Color Harmonies of #8C3E19
Complementary color
Monochromatic Colors of #8C3E19
Black with #8C3E19
Text Example
Text Example
White with #8C3E19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C3E19; }
p { color: rgb(140,62,25); }
H1.HeaderClassName
{
color: #8C3E19;
}
.AnyTagClassName
{
color: #8C3E19;
}
</style>
background-color css
<style>
a { background-color: #8C3E19; }
a { background-color: rgb(140,62,25); }
div.DivClassName
{
background-color: #8C3E19;
}
.BgClassName
{
background-color: #8C3E19;
}
</style>
border-color css
<style>
span { border-color: #8C3E19; }
span { border-color: rgb(140,62,25); }
td.TdClassName
{
border-color: #8C3E19;
}
.TagClassName
{
border-color: #8C3E19;
}
</style>