Shades of Saddle Brown #8E530C
Tints of Saddle Brown #8E530C
RGB
CMYK
RGB Variations
Color information
#8E530C (or 0x8E530C) is known color: Saddle Brown. HEX triplet: 8E, 53 and 0C. RGB value is (142,83,12). Sum of RGB (Red+Green+Blue) = 142+83+12=237 (31% of max value = 765). Red value is 142 (55.86% from 255 or 59.92% from 237); Green value is 83 (32.81% from 255 or 35.02% from 237); Blue value is 12 (5.08% from 255 or 5.06% from 237); Max value from RGB is 142 - color contains mainly: red. Hex color #8E530C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8E530C is #71ACF3. Grayscale: #5C5C5C. Windows color (decimal): -7449844 or 807822. OLE color: 807822.
HSL color Cylindrical-coordinate representation of color #8E530C: hue angle of 32.77º 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 #8E530C is Cyan = 0, Magento = 0.42, Yellow = 0.92 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 83 | 12 | - |
| CMYK | 0 | 0.42 | 0.92 | 0.44 |
| HSL | 32.77º | 0.84% | 0.3% | - |
| HSV(B) | 32.77º | 0.92% | 0.56% | - |
| XYZ | 14.31 | 11.96 | 1.9 | - |
| YUV | 92.55 | 82.55 | 163.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 83 | 12 | 0 | 0.42 | 0.92 | 0.44 | 32.77 | 0.84 | 0.3 |
| Hex | 8E | 53 | C | 0 | 2A | 5C | 2C | 21 | 54 | 1E |
| Octal | 216 | 123 | 14 | 0 | 52 | 134 | 54 | 41 | 124 | 36 |
| Binary | 10001110 | 1010011 | 1100 | 0 | 101010 | 1011100 | 101100 | 100001 | 1010100 | 11110 |
Color Harmonies of #8E530C
Complementary color
Monochromatic Colors of #8E530C
Black with #8E530C
Text Example
Text Example
White with #8E530C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E530C; }
p { color: rgb(142,83,12); }
H1.HeaderClassName
{
color: #8E530C;
}
.AnyTagClassName
{
color: #8E530C;
}
</style>
background-color css
<style>
a { background-color: #8E530C; }
a { background-color: rgb(142,83,12); }
div.DivClassName
{
background-color: #8E530C;
}
.BgClassName
{
background-color: #8E530C;
}
</style>
border-color css
<style>
span { border-color: #8E530C; }
span { border-color: rgb(142,83,12); }
td.TdClassName
{
border-color: #8E530C;
}
.TagClassName
{
border-color: #8E530C;
}
</style>