Shades of Hacienda #9C8424
Tints of Hacienda #9C8424
RGB
CMYK
RGB Variations
Color information
#9C8424 (or 0x9C8424) is known color: Hacienda. HEX triplet: 9C, 84 and 24. RGB value is (156,132,36). Sum of RGB (Red+Green+Blue) = 156+132+36=324 (42% of max value = 765). Red value is 156 (61.33% from 255 or 48.15% from 324); Green value is 132 (51.95% from 255 or 40.74% from 324); Blue value is 36 (14.45% from 255 or 11.11% from 324); Max value from RGB is 156 - color contains mainly: red. Hex color #9C8424 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9C8424 is #637BDB. Grayscale: #808080. Windows color (decimal): -6519772 or 2393244. OLE color: 2393244.
HSL color Cylindrical-coordinate representation of color #9C8424: hue angle of 48º 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 #9C8424 is Cyan = 0, Magento = 0.15, Yellow = 0.77 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 132 | 36 | - |
| CMYK | 0 | 0.15 | 0.77 | 0.39 |
| HSL | 48º | 0.63% | 0.38% | - |
| HSV(B) | 48º | 0.77% | 0.61% | - |
| XYZ | 22.28 | 23.7 | 5.07 | - |
| YUV | 128.23 | 75.95 | 147.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 132 | 36 | 0 | 0.15 | 0.77 | 0.39 | 48 | 0.63 | 0.38 |
| Hex | 9C | 84 | 24 | 0 | F | 4D | 27 | 30 | 3E | 26 |
| Octal | 234 | 204 | 44 | 0 | 17 | 115 | 47 | 60 | 76 | 46 |
| Binary | 10011100 | 10000100 | 100100 | 0 | 1111 | 1001101 | 100111 | 110000 | 111110 | 100110 |
Color Harmonies of #9C8424
Complementary color
Monochromatic Colors of #9C8424
Black with #9C8424
Text Example
Text Example
White with #9C8424
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C8424; }
p { color: rgb(156,132,36); }
H1.HeaderClassName
{
color: #9C8424;
}
.AnyTagClassName
{
color: #9C8424;
}
</style>
background-color css
<style>
a { background-color: #9C8424; }
a { background-color: rgb(156,132,36); }
div.DivClassName
{
background-color: #9C8424;
}
.BgClassName
{
background-color: #9C8424;
}
</style>
border-color css
<style>
span { border-color: #9C8424; }
span { border-color: rgb(156,132,36); }
td.TdClassName
{
border-color: #9C8424;
}
.TagClassName
{
border-color: #9C8424;
}
</style>