Shades of Hacienda #9E8224
Tints of Hacienda #9E8224
RGB
CMYK
RGB Variations
Color information
#9E8224 (or 0x9E8224) is known color: Hacienda. HEX triplet: 9E, 82 and 24. RGB value is (158,130,36). Sum of RGB (Red+Green+Blue) = 158+130+36=324 (42% of max value = 765). Red value is 158 (62.11% from 255 or 48.77% from 324); Green value is 130 (51.17% from 255 or 40.12% from 324); Blue value is 36 (14.45% from 255 or 11.11% from 324); Max value from RGB is 158 - color contains mainly: red. Hex color #9E8224 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9E8224 is #617DDB. Grayscale: #808080. Windows color (decimal): -6389212 or 2392734. OLE color: 2392734.
HSL color Cylindrical-coordinate representation of color #9E8224: hue angle of 46.23º degrees, saturation: 0.63, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #9E8224 is Cyan = 0, Magento = 0.18, Yellow = 0.77 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 130 | 36 | - |
| CMYK | 0 | 0.18 | 0.77 | 0.38 |
| HSL | 46.23º | 0.63% | 0.38% | - |
| HSV(B) | 46.23º | 0.77% | 0.62% | - |
| XYZ | 22.4 | 23.36 | 5 | - |
| YUV | 127.66 | 76.28 | 149.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 130 | 36 | 0 | 0.18 | 0.77 | 0.38 | 46.23 | 0.63 | 0.38 |
| Hex | 9E | 82 | 24 | 0 | 12 | 4D | 26 | 2E | 3F | 26 |
| Octal | 236 | 202 | 44 | 0 | 22 | 115 | 46 | 56 | 77 | 46 |
| Binary | 10011110 | 10000010 | 100100 | 0 | 10010 | 1001101 | 100110 | 101110 | 111111 | 100110 |
Color Harmonies of #9E8224
Complementary color
Monochromatic Colors of #9E8224
Black with #9E8224
Text Example
Text Example
White with #9E8224
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E8224; }
p { color: rgb(158,130,36); }
H1.HeaderClassName
{
color: #9E8224;
}
.AnyTagClassName
{
color: #9E8224;
}
</style>
background-color css
<style>
a { background-color: #9E8224; }
a { background-color: rgb(158,130,36); }
div.DivClassName
{
background-color: #9E8224;
}
.BgClassName
{
background-color: #9E8224;
}
</style>
border-color css
<style>
span { border-color: #9E8224; }
span { border-color: rgb(158,130,36); }
td.TdClassName
{
border-color: #9E8224;
}
.TagClassName
{
border-color: #9E8224;
}
</style>