Shades of Saddle Brown #80470E
Tints of Saddle Brown #80470E
RGB
CMYK
RGB Variations
Color information
#80470E (or 0x80470E) is known color: Saddle Brown. HEX triplet: 80, 47 and 0E. RGB value is (128,71,14). Sum of RGB (Red+Green+Blue) = 128+71+14=213 (28% of max value = 765). Red value is 128 (50.39% from 255 or 60.09% from 213); Green value is 71 (28.12% from 255 or 33.33% from 213); Blue value is 14 (5.86% from 255 or 6.57% from 213); Max value from RGB is 128 - color contains mainly: red. Hex color #80470E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #80470E is #7FB8F1. Grayscale: #515151. Windows color (decimal): -8370418 or 935808. OLE color: 935808.
HSL color Cylindrical-coordinate representation of color #80470E: hue angle of 30º degrees, saturation: 0.8, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #80470E is Cyan = 0, Magento = 0.45, Yellow = 0.89 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 71 | 14 | - |
| CMYK | 0 | 0.45 | 0.89 | 0.50 |
| HSL | 30º | 0.8% | 0.28% | - |
| HSV(B) | 30º | 0.89% | 0.5% | - |
| XYZ | 11.23 | 9.13 | 1.59 | - |
| YUV | 81.55 | 89.88 | 161.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 71 | 14 | 0 | 0.45 | 0.89 | 0.50 | 30 | 0.8 | 0.28 |
| Hex | 80 | 47 | E | 0 | 2D | 59 | 32 | 1E | 50 | 1C |
| Octal | 200 | 107 | 16 | 0 | 55 | 131 | 62 | 36 | 120 | 34 |
| Binary | 10000000 | 1000111 | 1110 | 0 | 101101 | 1011001 | 110010 | 11110 | 1010000 | 11100 |
Color Harmonies of #80470E
Complementary color
Monochromatic Colors of #80470E
Black with #80470E
Text Example
Text Example
White with #80470E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80470E; }
p { color: rgb(128,71,14); }
H1.HeaderClassName
{
color: #80470E;
}
.AnyTagClassName
{
color: #80470E;
}
</style>
background-color css
<style>
a { background-color: #80470E; }
a { background-color: rgb(128,71,14); }
div.DivClassName
{
background-color: #80470E;
}
.BgClassName
{
background-color: #80470E;
}
</style>
border-color css
<style>
span { border-color: #80470E; }
span { border-color: rgb(128,71,14); }
td.TdClassName
{
border-color: #80470E;
}
.TagClassName
{
border-color: #80470E;
}
</style>