Shades of Hacienda #9E8123
Tints of Hacienda #9E8123
RGB
CMYK
RGB Variations
Color information
#9E8123 (or 0x9E8123) is known color: Hacienda. HEX triplet: 9E, 81 and 23. RGB value is (158,129,35). Sum of RGB (Red+Green+Blue) = 158+129+35=322 (42% of max value = 765). Red value is 158 (62.11% from 255 or 49.07% from 322); Green value is 129 (50.78% from 255 or 40.06% from 322); Blue value is 35 (14.06% from 255 or 10.87% from 322); Max value from RGB is 158 - color contains mainly: red. Hex color #9E8123 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9E8123 is #617EDC. Grayscale: #7F7F7F. Windows color (decimal): -6389469 or 2326942. OLE color: 2326942.
HSL color Cylindrical-coordinate representation of color #9E8123: hue angle of 45.85º degrees, saturation: 0.64, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #9E8123 is Cyan = 0, Magento = 0.18, Yellow = 0.78 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 129 | 35 | - |
| CMYK | 0 | 0.18 | 0.78 | 0.38 |
| HSL | 45.85º | 0.64% | 0.38% | - |
| HSV(B) | 45.85º | 0.78% | 0.62% | - |
| XYZ | 22.25 | 23.09 | 4.87 | - |
| YUV | 126.96 | 76.11 | 150.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 129 | 35 | 0 | 0.18 | 0.78 | 0.38 | 45.85 | 0.64 | 0.38 |
| Hex | 9E | 81 | 23 | 0 | 12 | 4E | 26 | 2E | 40 | 26 |
| Octal | 236 | 201 | 43 | 0 | 22 | 116 | 46 | 56 | 100 | 46 |
| Binary | 10011110 | 10000001 | 100011 | 0 | 10010 | 1001110 | 100110 | 101110 | 1000000 | 100110 |
Color Harmonies of #9E8123
Complementary color
Monochromatic Colors of #9E8123
Black with #9E8123
Text Example
Text Example
White with #9E8123
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E8123; }
p { color: rgb(158,129,35); }
H1.HeaderClassName
{
color: #9E8123;
}
.AnyTagClassName
{
color: #9E8123;
}
</style>
background-color css
<style>
a { background-color: #9E8123; }
a { background-color: rgb(158,129,35); }
div.DivClassName
{
background-color: #9E8123;
}
.BgClassName
{
background-color: #9E8123;
}
</style>
border-color css
<style>
span { border-color: #9E8123; }
span { border-color: rgb(158,129,35); }
td.TdClassName
{
border-color: #9E8123;
}
.TagClassName
{
border-color: #9E8123;
}
</style>