Shades of Hacienda #9E8323
Tints of Hacienda #9E8323
RGB
CMYK
RGB Variations
Color information
#9E8323 (or 0x9E8323) is known color: Hacienda. HEX triplet: 9E, 83 and 23. RGB value is (158,131,35). Sum of RGB (Red+Green+Blue) = 158+131+35=324 (42% of max value = 765). Red value is 158 (62.11% from 255 or 48.77% from 324); Green value is 131 (51.56% from 255 or 40.43% from 324); Blue value is 35 (14.06% from 255 or 10.80% from 324); Max value from RGB is 158 - color contains mainly: red. Hex color #9E8323 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9E8323 is #617CDC. Grayscale: #808080. Windows color (decimal): -6388957 or 2327454. OLE color: 2327454.
HSL color Cylindrical-coordinate representation of color #9E8323: hue angle of 46.83º 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 #9E8323 is Cyan = 0, Magento = 0.17, Yellow = 0.78 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 131 | 35 | - |
| CMYK | 0 | 0.17 | 0.78 | 0.38 |
| HSL | 46.83º | 0.64% | 0.38% | - |
| HSV(B) | 46.83º | 0.78% | 0.62% | - |
| XYZ | 22.52 | 23.62 | 4.96 | - |
| YUV | 128.13 | 75.45 | 149.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 131 | 35 | 0 | 0.17 | 0.78 | 0.38 | 46.83 | 0.64 | 0.38 |
| Hex | 9E | 83 | 23 | 0 | 11 | 4E | 26 | 2F | 40 | 26 |
| Octal | 236 | 203 | 43 | 0 | 21 | 116 | 46 | 57 | 100 | 46 |
| Binary | 10011110 | 10000011 | 100011 | 0 | 10001 | 1001110 | 100110 | 101111 | 1000000 | 100110 |
Color Harmonies of #9E8323
Complementary color
Monochromatic Colors of #9E8323
Black with #9E8323
Text Example
Text Example
White with #9E8323
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E8323; }
p { color: rgb(158,131,35); }
H1.HeaderClassName
{
color: #9E8323;
}
.AnyTagClassName
{
color: #9E8323;
}
</style>
background-color css
<style>
a { background-color: #9E8323; }
a { background-color: rgb(158,131,35); }
div.DivClassName
{
background-color: #9E8323;
}
.BgClassName
{
background-color: #9E8323;
}
</style>
border-color css
<style>
span { border-color: #9E8323; }
span { border-color: rgb(158,131,35); }
td.TdClassName
{
border-color: #9E8323;
}
.TagClassName
{
border-color: #9E8323;
}
</style>