Shades of Hacienda #9E8528
Tints of Hacienda #9E8528
RGB
CMYK
RGB Variations
Color information
#9E8528 (or 0x9E8528) is known color: Hacienda. HEX triplet: 9E, 85 and 28. RGB value is (158,133,40). Sum of RGB (Red+Green+Blue) = 158+133+40=331 (43% of max value = 765). Red value is 158 (62.11% from 255 or 47.73% from 331); Green value is 133 (52.34% from 255 or 40.18% from 331); Blue value is 40 (16.02% from 255 or 12.08% from 331); Max value from RGB is 158 - color contains mainly: red. Hex color #9E8528 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9E8528 is #617AD7. Grayscale: #828282. Windows color (decimal): -6388440 or 2655646. OLE color: 2655646.
HSL color Cylindrical-coordinate representation of color #9E8528: hue angle of 47.29º degrees, saturation: 0.6, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #9E8528 is Cyan = 0, Magento = 0.16, Yellow = 0.75 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 133 | 40 | - |
| CMYK | 0 | 0.16 | 0.75 | 0.38 |
| HSL | 47.29º | 0.6% | 0.39% | - |
| HSV(B) | 47.29º | 0.75% | 0.62% | - |
| XYZ | 22.87 | 24.2 | 5.47 | - |
| YUV | 129.87 | 77.28 | 148.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 133 | 40 | 0 | 0.16 | 0.75 | 0.38 | 47.29 | 0.6 | 0.39 |
| Hex | 9E | 85 | 28 | 0 | 10 | 4B | 26 | 2F | 3C | 27 |
| Octal | 236 | 205 | 50 | 0 | 20 | 113 | 46 | 57 | 74 | 47 |
| Binary | 10011110 | 10000101 | 101000 | 0 | 10000 | 1001011 | 100110 | 101111 | 111100 | 100111 |
Color Harmonies of #9E8528
Complementary color
Monochromatic Colors of #9E8528
Black with #9E8528
Text Example
Text Example
White with #9E8528
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E8528; }
p { color: rgb(158,133,40); }
H1.HeaderClassName
{
color: #9E8528;
}
.AnyTagClassName
{
color: #9E8528;
}
</style>
background-color css
<style>
a { background-color: #9E8528; }
a { background-color: rgb(158,133,40); }
div.DivClassName
{
background-color: #9E8528;
}
.BgClassName
{
background-color: #9E8528;
}
</style>
border-color css
<style>
span { border-color: #9E8528; }
span { border-color: rgb(158,133,40); }
td.TdClassName
{
border-color: #9E8528;
}
.TagClassName
{
border-color: #9E8528;
}
</style>