Shades of Saddle Brown #8E390D
Tints of Saddle Brown #8E390D
RGB
CMYK
RGB Variations
Color information
#8E390D (or 0x8E390D) is known color: Saddle Brown. HEX triplet: 8E, 39 and 0D. RGB value is (142,57,13). Sum of RGB (Red+Green+Blue) = 142+57+13=212 (28% of max value = 765). Red value is 142 (55.86% from 255 or 66.98% from 212); Green value is 57 (22.66% from 255 or 26.89% from 212); Blue value is 13 (5.47% from 255 or 6.13% from 212); Max value from RGB is 142 - color contains mainly: red. Hex color #8E390D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8E390D is #71C6F2. Grayscale: #4D4D4D. Windows color (decimal): -7456499 or 866702. OLE color: 866702.
HSL color Cylindrical-coordinate representation of color #8E390D: hue angle of 20.47º degrees, saturation: 0.83, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8E390D is Cyan = 0, Magento = 0.60, Yellow = 0.91 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 57 | 13 | - |
| CMYK | 0 | 0.60 | 0.91 | 0.44 |
| HSL | 20.47º | 0.83% | 0.3% | - |
| HSV(B) | 20.47º | 0.91% | 0.56% | - |
| XYZ | 12.69 | 8.71 | 1.39 | - |
| YUV | 77.4 | 91.66 | 174.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 57 | 13 | 0 | 0.60 | 0.91 | 0.44 | 20.47 | 0.83 | 0.3 |
| Hex | 8E | 39 | D | 0 | 3C | 5B | 2C | 14 | 53 | 1E |
| Octal | 216 | 71 | 15 | 0 | 74 | 133 | 54 | 24 | 123 | 36 |
| Binary | 10001110 | 111001 | 1101 | 0 | 111100 | 1011011 | 101100 | 10100 | 1010011 | 11110 |
Color Harmonies of #8E390D
Complementary color
Monochromatic Colors of #8E390D
Black with #8E390D
Text Example
Text Example
White with #8E390D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E390D; }
p { color: rgb(142,57,13); }
H1.HeaderClassName
{
color: #8E390D;
}
.AnyTagClassName
{
color: #8E390D;
}
</style>
background-color css
<style>
a { background-color: #8E390D; }
a { background-color: rgb(142,57,13); }
div.DivClassName
{
background-color: #8E390D;
}
.BgClassName
{
background-color: #8E390D;
}
</style>
border-color css
<style>
span { border-color: #8E390D; }
span { border-color: rgb(142,57,13); }
td.TdClassName
{
border-color: #8E390D;
}
.TagClassName
{
border-color: #8E390D;
}
</style>