Shades of Hacienda #9E820D
Tints of Hacienda #9E820D
RGB
CMYK
RGB Variations
Color information
#9E820D (or 0x9E820D) is known color: Hacienda. HEX triplet: 9E, 82 and 0D. RGB value is (158,130,13). Sum of RGB (Red+Green+Blue) = 158+130+13=301 (39% of max value = 765). Red value is 158 (62.11% from 255 or 52.49% from 301); Green value is 130 (51.17% from 255 or 43.19% from 301); Blue value is 13 (5.47% from 255 or 4.32% from 301); Max value from RGB is 158 - color contains mainly: red. Hex color #9E820D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9E820D is #617DF2. Grayscale: #7D7D7D. Windows color (decimal): -6389235 or 885406. OLE color: 885406.
HSL color Cylindrical-coordinate representation of color #9E820D: hue angle of 48.41º degrees, saturation: 0.85, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9E820D is Cyan = 0, Magento = 0.18, Yellow = 0.92 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 130 | 13 | - |
| CMYK | 0 | 0.18 | 0.92 | 0.38 |
| HSL | 48.41º | 0.85% | 0.34% | - |
| HSV(B) | 48.41º | 0.92% | 0.62% | - |
| XYZ | 22.16 | 23.26 | 3.7 | - |
| YUV | 125.03 | 64.78 | 151.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 130 | 13 | 0 | 0.18 | 0.92 | 0.38 | 48.41 | 0.85 | 0.34 |
| Hex | 9E | 82 | D | 0 | 12 | 5C | 26 | 30 | 55 | 22 |
| Octal | 236 | 202 | 15 | 0 | 22 | 134 | 46 | 60 | 125 | 42 |
| Binary | 10011110 | 10000010 | 1101 | 0 | 10010 | 1011100 | 100110 | 110000 | 1010101 | 100010 |
Color Harmonies of #9E820D
Complementary color
Monochromatic Colors of #9E820D
Black with #9E820D
Text Example
Text Example
White with #9E820D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E820D; }
p { color: rgb(158,130,13); }
H1.HeaderClassName
{
color: #9E820D;
}
.AnyTagClassName
{
color: #9E820D;
}
</style>
background-color css
<style>
a { background-color: #9E820D; }
a { background-color: rgb(158,130,13); }
div.DivClassName
{
background-color: #9E820D;
}
.BgClassName
{
background-color: #9E820D;
}
</style>
border-color css
<style>
span { border-color: #9E820D; }
span { border-color: rgb(158,130,13); }
td.TdClassName
{
border-color: #9E820D;
}
.TagClassName
{
border-color: #9E820D;
}
</style>