Shades of Saddle Brown #8C3815
Tints of Saddle Brown #8C3815
RGB
CMYK
RGB Variations
Color information
#8C3815 (or 0x8C3815) is known color: Saddle Brown. HEX triplet: 8C, 38 and 15. RGB value is (140,56,21). Sum of RGB (Red+Green+Blue) = 140+56+21=217 (28% of max value = 765). Red value is 140 (55.08% from 255 or 64.52% from 217); Green value is 56 (22.27% from 255 or 25.81% from 217); Blue value is 21 (8.59% from 255 or 9.68% from 217); Max value from RGB is 140 - color contains mainly: red. Hex color #8C3815 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8C3815 is #73C7EA. Grayscale: #4D4D4D. Windows color (decimal): -7587819 or 1390732. OLE color: 1390732.
HSL color Cylindrical-coordinate representation of color #8C3815: hue angle of 17.65º degrees, saturation: 0.74, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #8C3815 is Cyan = 0, Magento = 0.6, Yellow = 0.85 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 56 | 21 | - |
| CMYK | 0 | 0.6 | 0.85 | 0.45 |
| HSL | 17.65º | 0.74% | 0.32% | - |
| HSV(B) | 17.65º | 0.85% | 0.55% | - |
| XYZ | 12.36 | 8.46 | 1.69 | - |
| YUV | 77.13 | 96.33 | 172.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 56 | 21 | 0 | 0.6 | 0.85 | 0.45 | 17.65 | 0.74 | 0.32 |
| Hex | 8C | 38 | 15 | 0 | 3C | 55 | 2D | 12 | 4A | 20 |
| Octal | 214 | 70 | 25 | 0 | 74 | 125 | 55 | 22 | 112 | 40 |
| Binary | 10001100 | 111000 | 10101 | 0 | 111100 | 1010101 | 101101 | 10010 | 1001010 | 100000 |
Color Harmonies of #8C3815
Complementary color
Monochromatic Colors of #8C3815
Black with #8C3815
Text Example
Text Example
White with #8C3815
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C3815; }
p { color: rgb(140,56,21); }
H1.HeaderClassName
{
color: #8C3815;
}
.AnyTagClassName
{
color: #8C3815;
}
</style>
background-color css
<style>
a { background-color: #8C3815; }
a { background-color: rgb(140,56,21); }
div.DivClassName
{
background-color: #8C3815;
}
.BgClassName
{
background-color: #8C3815;
}
</style>
border-color css
<style>
span { border-color: #8C3815; }
span { border-color: rgb(140,56,21); }
td.TdClassName
{
border-color: #8C3815;
}
.TagClassName
{
border-color: #8C3815;
}
</style>