Shades of Hacienda #9C8024
Tints of Hacienda #9C8024
RGB
CMYK
RGB Variations
Color information
#9C8024 (or 0x9C8024) is known color: Hacienda. HEX triplet: 9C, 80 and 24. RGB value is (156,128,36). Sum of RGB (Red+Green+Blue) = 156+128+36=320 (42% of max value = 765). Red value is 156 (61.33% from 255 or 48.75% from 320); Green value is 128 (50.39% from 255 or 40% from 320); Blue value is 36 (14.45% from 255 or 11.25% from 320); Max value from RGB is 156 - color contains mainly: red. Hex color #9C8024 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9C8024 is #637FDB. Grayscale: #7E7E7E. Windows color (decimal): -6520796 or 2392220. OLE color: 2392220.
HSL color Cylindrical-coordinate representation of color #9C8024: hue angle of 46º degrees, saturation: 0.62, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #9C8024 is Cyan = 0, Magento = 0.18, Yellow = 0.77 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 128 | 36 | - |
| CMYK | 0 | 0.18 | 0.77 | 0.39 |
| HSL | 46º | 0.63% | 0.38% | - |
| HSV(B) | 46º | 0.77% | 0.61% | - |
| XYZ | 21.75 | 22.63 | 4.89 | - |
| YUV | 125.88 | 77.28 | 149.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 128 | 36 | 0 | 0.18 | 0.77 | 0.39 | 46 | 0.63 | 0.38 |
| Hex | 9C | 80 | 24 | 0 | 12 | 4D | 27 | 2E | 3E | 26 |
| Octal | 234 | 200 | 44 | 0 | 22 | 115 | 47 | 56 | 76 | 46 |
| Binary | 10011100 | 10000000 | 100100 | 0 | 10010 | 1001101 | 100111 | 101110 | 111110 | 100110 |
Color Harmonies of #9C8024
Complementary color
Monochromatic Colors of #9C8024
Black with #9C8024
Text Example
Text Example
White with #9C8024
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C8024; }
p { color: rgb(156,128,36); }
H1.HeaderClassName
{
color: #9C8024;
}
.AnyTagClassName
{
color: #9C8024;
}
</style>
background-color css
<style>
a { background-color: #9C8024; }
a { background-color: rgb(156,128,36); }
div.DivClassName
{
background-color: #9C8024;
}
.BgClassName
{
background-color: #9C8024;
}
</style>
border-color css
<style>
span { border-color: #9C8024; }
span { border-color: rgb(156,128,36); }
td.TdClassName
{
border-color: #9C8024;
}
.TagClassName
{
border-color: #9C8024;
}
</style>