Shades of Saddle Brown #8E350C
Tints of Saddle Brown #8E350C
RGB
CMYK
RGB Variations
Color information
#8E350C (or 0x8E350C) is known color: Saddle Brown. HEX triplet: 8E, 35 and 0C. RGB value is (142,53,12). Sum of RGB (Red+Green+Blue) = 142+53+12=207 (27% of max value = 765). Red value is 142 (55.86% from 255 or 68.60% from 207); Green value is 53 (21.09% from 255 or 25.60% from 207); Blue value is 12 (5.08% from 255 or 5.80% from 207); Max value from RGB is 142 - color contains mainly: red. Hex color #8E350C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8E350C is #71CAF3. Grayscale: #4B4B4B. Windows color (decimal): -7457524 or 800142. OLE color: 800142.
HSL color Cylindrical-coordinate representation of color #8E350C: hue angle of 18.92º degrees, saturation: 0.84, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8E350C is Cyan = 0, Magento = 0.63, Yellow = 0.92 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 53 | 12 | - |
| CMYK | 0 | 0.63 | 0.92 | 0.44 |
| HSL | 18.92º | 0.84% | 0.3% | - |
| HSV(B) | 18.92º | 0.92% | 0.56% | - |
| XYZ | 12.49 | 8.32 | 1.3 | - |
| YUV | 74.94 | 92.49 | 175.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 53 | 12 | 0 | 0.63 | 0.92 | 0.44 | 18.92 | 0.84 | 0.3 |
| Hex | 8E | 35 | C | 0 | 3F | 5C | 2C | 13 | 54 | 1E |
| Octal | 216 | 65 | 14 | 0 | 77 | 134 | 54 | 23 | 124 | 36 |
| Binary | 10001110 | 110101 | 1100 | 0 | 111111 | 1011100 | 101100 | 10011 | 1010100 | 11110 |
Color Harmonies of #8E350C
Complementary color
Monochromatic Colors of #8E350C
Black with #8E350C
Text Example
Text Example
White with #8E350C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E350C; }
p { color: rgb(142,53,12); }
H1.HeaderClassName
{
color: #8E350C;
}
.AnyTagClassName
{
color: #8E350C;
}
</style>
background-color css
<style>
a { background-color: #8E350C; }
a { background-color: rgb(142,53,12); }
div.DivClassName
{
background-color: #8E350C;
}
.BgClassName
{
background-color: #8E350C;
}
</style>
border-color css
<style>
span { border-color: #8E350C; }
span { border-color: rgb(142,53,12); }
td.TdClassName
{
border-color: #8E350C;
}
.TagClassName
{
border-color: #8E350C;
}
</style>