Shades of Saddle Brown #8C370A
Tints of Saddle Brown #8C370A
RGB
CMYK
RGB Variations
Color information
#8C370A (or 0x8C370A) is known color: Saddle Brown. HEX triplet: 8C, 37 and 0A. RGB value is (140,55,10). Sum of RGB (Red+Green+Blue) = 140+55+10=205 (27% of max value = 765). Red value is 140 (55.08% from 255 or 68.29% from 205); Green value is 55 (21.88% from 255 or 26.83% from 205); Blue value is 10 (4.30% from 255 or 4.88% from 205); Max value from RGB is 140 - color contains mainly: red. Hex color #8C370A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8C370A is #73C8F5. Grayscale: #4B4B4B. Windows color (decimal): -7588086 or 669580. OLE color: 669580.
HSL color Cylindrical-coordinate representation of color #8C370A: hue angle of 20.77º degrees, saturation: 0.87, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #8C370A is Cyan = 0, Magento = 0.61, Yellow = 0.93 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 55 | 10 | - |
| CMYK | 0 | 0.61 | 0.93 | 0.45 |
| HSL | 20.77º | 0.87% | 0.29% | - |
| HSV(B) | 20.77º | 0.93% | 0.55% | - |
| XYZ | 12.24 | 8.33 | 1.25 | - |
| YUV | 75.29 | 91.16 | 174.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 55 | 10 | 0 | 0.61 | 0.93 | 0.45 | 20.77 | 0.87 | 0.29 |
| Hex | 8C | 37 | A | 0 | 3D | 5D | 2D | 15 | 57 | 1D |
| Octal | 214 | 67 | 12 | 0 | 75 | 135 | 55 | 25 | 127 | 35 |
| Binary | 10001100 | 110111 | 1010 | 0 | 111101 | 1011101 | 101101 | 10101 | 1010111 | 11101 |
Color Harmonies of #8C370A
Complementary color
Monochromatic Colors of #8C370A
Black with #8C370A
Text Example
Text Example
White with #8C370A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C370A; }
p { color: rgb(140,55,10); }
H1.HeaderClassName
{
color: #8C370A;
}
.AnyTagClassName
{
color: #8C370A;
}
</style>
background-color css
<style>
a { background-color: #8C370A; }
a { background-color: rgb(140,55,10); }
div.DivClassName
{
background-color: #8C370A;
}
.BgClassName
{
background-color: #8C370A;
}
</style>
border-color css
<style>
span { border-color: #8C370A; }
span { border-color: rgb(140,55,10); }
td.TdClassName
{
border-color: #8C370A;
}
.TagClassName
{
border-color: #8C370A;
}
</style>