Shades of Hacienda #9C8324
Tints of Hacienda #9C8324
RGB
CMYK
RGB Variations
Color information
#9C8324 (or 0x9C8324) is known color: Hacienda. HEX triplet: 9C, 83 and 24. RGB value is (156,131,36). Sum of RGB (Red+Green+Blue) = 156+131+36=323 (42% of max value = 765). Red value is 156 (61.33% from 255 or 48.30% from 323); Green value is 131 (51.56% from 255 or 40.56% from 323); Blue value is 36 (14.45% from 255 or 11.15% from 323); Max value from RGB is 156 - color contains mainly: red. Hex color #9C8324 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9C8324 is #637CDB. Grayscale: #808080. Windows color (decimal): -6520028 or 2392988. OLE color: 2392988.
HSL color Cylindrical-coordinate representation of color #9C8324: hue angle of 47.5º 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 #9C8324 is Cyan = 0, Magento = 0.16, Yellow = 0.77 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 131 | 36 | - |
| CMYK | 0 | 0.16 | 0.77 | 0.39 |
| HSL | 47.5º | 0.63% | 0.38% | - |
| HSV(B) | 47.5º | 0.77% | 0.61% | - |
| XYZ | 22.15 | 23.43 | 5.02 | - |
| YUV | 127.65 | 76.28 | 148.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 131 | 36 | 0 | 0.16 | 0.77 | 0.39 | 47.5 | 0.63 | 0.38 |
| Hex | 9C | 83 | 24 | 0 | 10 | 4D | 27 | 30 | 3E | 26 |
| Octal | 234 | 203 | 44 | 0 | 20 | 115 | 47 | 60 | 76 | 46 |
| Binary | 10011100 | 10000011 | 100100 | 0 | 10000 | 1001101 | 100111 | 110000 | 111110 | 100110 |
Color Harmonies of #9C8324
Complementary color
Monochromatic Colors of #9C8324
Black with #9C8324
Text Example
Text Example
White with #9C8324
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C8324; }
p { color: rgb(156,131,36); }
H1.HeaderClassName
{
color: #9C8324;
}
.AnyTagClassName
{
color: #9C8324;
}
</style>
background-color css
<style>
a { background-color: #9C8324; }
a { background-color: rgb(156,131,36); }
div.DivClassName
{
background-color: #9C8324;
}
.BgClassName
{
background-color: #9C8324;
}
</style>
border-color css
<style>
span { border-color: #9C8324; }
span { border-color: rgb(156,131,36); }
td.TdClassName
{
border-color: #9C8324;
}
.TagClassName
{
border-color: #9C8324;
}
</style>