Shades of Hacienda #9E830A
Tints of Hacienda #9E830A
RGB
CMYK
RGB Variations
Color information
#9E830A (or 0x9E830A) is known color: Hacienda. HEX triplet: 9E, 83 and 0A. RGB value is (158,131,10). Sum of RGB (Red+Green+Blue) = 158+131+10=299 (39% of max value = 765). Red value is 158 (62.11% from 255 or 52.84% from 299); Green value is 131 (51.56% from 255 or 43.81% from 299); Blue value is 10 (4.30% from 255 or 3.34% from 299); Max value from RGB is 158 - color contains mainly: red. Hex color #9E830A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9E830A is #617CF5. Grayscale: #7D7D7D. Windows color (decimal): -6388982 or 689054. OLE color: 689054.
HSL color Cylindrical-coordinate representation of color #9E830A: hue angle of 49.05º 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 #9E830A is Cyan = 0, Magento = 0.17, Yellow = 0.94 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 131 | 10 | - |
| CMYK | 0 | 0.17 | 0.94 | 0.38 |
| HSL | 49.05º | 0.88% | 0.33% | - |
| HSV(B) | 49.05º | 0.94% | 0.62% | - |
| XYZ | 22.27 | 23.52 | 3.65 | - |
| YUV | 125.28 | 62.95 | 151.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 131 | 10 | 0 | 0.17 | 0.94 | 0.38 | 49.05 | 0.88 | 0.33 |
| Hex | 9E | 83 | A | 0 | 11 | 5E | 26 | 31 | 58 | 21 |
| Octal | 236 | 203 | 12 | 0 | 21 | 136 | 46 | 61 | 130 | 41 |
| Binary | 10011110 | 10000011 | 1010 | 0 | 10001 | 1011110 | 100110 | 110001 | 1011000 | 100001 |
Color Harmonies of #9E830A
Complementary color
Monochromatic Colors of #9E830A
Black with #9E830A
Text Example
Text Example
White with #9E830A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E830A; }
p { color: rgb(158,131,10); }
H1.HeaderClassName
{
color: #9E830A;
}
.AnyTagClassName
{
color: #9E830A;
}
</style>
background-color css
<style>
a { background-color: #9E830A; }
a { background-color: rgb(158,131,10); }
div.DivClassName
{
background-color: #9E830A;
}
.BgClassName
{
background-color: #9E830A;
}
</style>
border-color css
<style>
span { border-color: #9E830A; }
span { border-color: rgb(158,131,10); }
td.TdClassName
{
border-color: #9E830A;
}
.TagClassName
{
border-color: #9E830A;
}
</style>