Shades of Saddle Brown #8C4D0D
Tints of Saddle Brown #8C4D0D
RGB
CMYK
RGB Variations
Color information
#8C4D0D (or 0x8C4D0D) is known color: Saddle Brown. HEX triplet: 8C, 4D and 0D. RGB value is (140,77,13). Sum of RGB (Red+Green+Blue) = 140+77+13=230 (30% of max value = 765). Red value is 140 (55.08% from 255 or 60.87% from 230); Green value is 77 (30.47% from 255 or 33.48% from 230); Blue value is 13 (5.47% from 255 or 5.65% from 230); Max value from RGB is 140 - color contains mainly: red. Hex color #8C4D0D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8C4D0D is #73B2F2. Grayscale: #585858. Windows color (decimal): -7582451 or 871820. OLE color: 871820.
HSL color Cylindrical-coordinate representation of color #8C4D0D: hue angle of 30.24º degrees, saturation: 0.83, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8C4D0D is Cyan = 0, Magento = 0.45, Yellow = 0.91 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 77 | 13 | - |
| CMYK | 0 | 0.45 | 0.91 | 0.45 |
| HSL | 30.24º | 0.83% | 0.3% | - |
| HSV(B) | 30.24º | 0.91% | 0.55% | - |
| XYZ | 13.54 | 10.91 | 1.77 | - |
| YUV | 88.54 | 85.37 | 164.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 77 | 13 | 0 | 0.45 | 0.91 | 0.45 | 30.24 | 0.83 | 0.3 |
| Hex | 8C | 4D | D | 0 | 2D | 5B | 2D | 1E | 53 | 1E |
| Octal | 214 | 115 | 15 | 0 | 55 | 133 | 55 | 36 | 123 | 36 |
| Binary | 10001100 | 1001101 | 1101 | 0 | 101101 | 1011011 | 101101 | 11110 | 1010011 | 11110 |
Color Harmonies of #8C4D0D
Complementary color
Monochromatic Colors of #8C4D0D
Black with #8C4D0D
Text Example
Text Example
White with #8C4D0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C4D0D; }
p { color: rgb(140,77,13); }
H1.HeaderClassName
{
color: #8C4D0D;
}
.AnyTagClassName
{
color: #8C4D0D;
}
</style>
background-color css
<style>
a { background-color: #8C4D0D; }
a { background-color: rgb(140,77,13); }
div.DivClassName
{
background-color: #8C4D0D;
}
.BgClassName
{
background-color: #8C4D0D;
}
</style>
border-color css
<style>
span { border-color: #8C4D0D; }
span { border-color: rgb(140,77,13); }
td.TdClassName
{
border-color: #8C4D0D;
}
.TagClassName
{
border-color: #8C4D0D;
}
</style>