Shades of Saddle Brown #8C3C19
Tints of Saddle Brown #8C3C19
RGB
CMYK
RGB Variations
Color information
#8C3C19 (or 0x8C3C19) is known color: Saddle Brown. HEX triplet: 8C, 3C and 19. RGB value is (140,60,25). Sum of RGB (Red+Green+Blue) = 140+60+25=225 (29% of max value = 765). Red value is 140 (55.08% from 255 or 62.22% from 225); Green value is 60 (23.83% from 255 or 26.67% from 225); Blue value is 25 (10.16% from 255 or 11.11% from 225); Max value from RGB is 140 - color contains mainly: red. Hex color #8C3C19 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8C3C19 is #73C3E6. Grayscale: #505050. Windows color (decimal): -7586791 or 1653900. OLE color: 1653900.
HSL color Cylindrical-coordinate representation of color #8C3C19: hue angle of 18.26º 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 #8C3C19 is Cyan = 0, Magento = 0.57, Yellow = 0.82 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 60 | 25 | - |
| CMYK | 0 | 0.57 | 0.82 | 0.45 |
| HSL | 18.26º | 0.7% | 0.32% | - |
| HSV(B) | 18.26º | 0.82% | 0.55% | - |
| XYZ | 12.61 | 8.88 | 1.97 | - |
| YUV | 79.93 | 97 | 170.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 60 | 25 | 0 | 0.57 | 0.82 | 0.45 | 18.26 | 0.7 | 0.32 |
| Hex | 8C | 3C | 19 | 0 | 39 | 52 | 2D | 12 | 46 | 20 |
| Octal | 214 | 74 | 31 | 0 | 71 | 122 | 55 | 22 | 106 | 40 |
| Binary | 10001100 | 111100 | 11001 | 0 | 111001 | 1010010 | 101101 | 10010 | 1000110 | 100000 |
Color Harmonies of #8C3C19
Complementary color
Monochromatic Colors of #8C3C19
Black with #8C3C19
Text Example
Text Example
White with #8C3C19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C3C19; }
p { color: rgb(140,60,25); }
H1.HeaderClassName
{
color: #8C3C19;
}
.AnyTagClassName
{
color: #8C3C19;
}
</style>
background-color css
<style>
a { background-color: #8C3C19; }
a { background-color: rgb(140,60,25); }
div.DivClassName
{
background-color: #8C3C19;
}
.BgClassName
{
background-color: #8C3C19;
}
</style>
border-color css
<style>
span { border-color: #8C3C19; }
span { border-color: rgb(140,60,25); }
td.TdClassName
{
border-color: #8C3C19;
}
.TagClassName
{
border-color: #8C3C19;
}
</style>