Shades of Hacienda #9E820A
Tints of Hacienda #9E820A
RGB
CMYK
RGB Variations
Color information
#9E820A (or 0x9E820A) is known color: Hacienda. HEX triplet: 9E, 82 and 0A. RGB value is (158,130,10). Sum of RGB (Red+Green+Blue) = 158+130+10=298 (39% of max value = 765). Red value is 158 (62.11% from 255 or 53.02% from 298); Green value is 130 (51.17% from 255 or 43.62% from 298); Blue value is 10 (4.30% from 255 or 3.36% from 298); Max value from RGB is 158 - color contains mainly: red. Hex color #9E820A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9E820A is #617DF5. Grayscale: #7D7D7D. Windows color (decimal): -6389238 or 688798. OLE color: 688798.
HSL color Cylindrical-coordinate representation of color #9E820A: hue angle of 48.65º degrees, saturation: 0.88, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9E820A is Cyan = 0, Magento = 0.18, Yellow = 0.94 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 130 | 10 | - |
| CMYK | 0 | 0.18 | 0.94 | 0.38 |
| HSL | 48.65º | 0.88% | 0.33% | - |
| HSV(B) | 48.65º | 0.94% | 0.62% | - |
| XYZ | 22.14 | 23.26 | 3.61 | - |
| YUV | 124.69 | 63.28 | 151.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 130 | 10 | 0 | 0.18 | 0.94 | 0.38 | 48.65 | 0.88 | 0.33 |
| Hex | 9E | 82 | A | 0 | 12 | 5E | 26 | 31 | 58 | 21 |
| Octal | 236 | 202 | 12 | 0 | 22 | 136 | 46 | 61 | 130 | 41 |
| Binary | 10011110 | 10000010 | 1010 | 0 | 10010 | 1011110 | 100110 | 110001 | 1011000 | 100001 |
Color Harmonies of #9E820A
Complementary color
Monochromatic Colors of #9E820A
Black with #9E820A
Text Example
Text Example
White with #9E820A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E820A; }
p { color: rgb(158,130,10); }
H1.HeaderClassName
{
color: #9E820A;
}
.AnyTagClassName
{
color: #9E820A;
}
</style>
background-color css
<style>
a { background-color: #9E820A; }
a { background-color: rgb(158,130,10); }
div.DivClassName
{
background-color: #9E820A;
}
.BgClassName
{
background-color: #9E820A;
}
</style>
border-color css
<style>
span { border-color: #9E820A; }
span { border-color: rgb(158,130,10); }
td.TdClassName
{
border-color: #9E820A;
}
.TagClassName
{
border-color: #9E820A;
}
</style>