Shades of Hacienda #9C8321
Tints of Hacienda #9C8321
RGB
CMYK
RGB Variations
Color information
#9C8321 (or 0x9C8321) is known color: Hacienda. HEX triplet: 9C, 83 and 21. RGB value is (156,131,33). Sum of RGB (Red+Green+Blue) = 156+131+33=320 (42% of max value = 765). Red value is 156 (61.33% from 255 or 48.75% from 320); Green value is 131 (51.56% from 255 or 40.94% from 320); Blue value is 33 (13.28% from 255 or 10.31% from 320); Max value from RGB is 156 - color contains mainly: red. Hex color #9C8321 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9C8321 is #637CDE. Grayscale: #7F7F7F. Windows color (decimal): -6520031 or 2196380. OLE color: 2196380.
HSL color Cylindrical-coordinate representation of color #9C8321: hue angle of 47.8º degrees, saturation: 0.65, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #9C8321 is Cyan = 0, Magento = 0.16, Yellow = 0.79 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 131 | 33 | - |
| CMYK | 0 | 0.16 | 0.79 | 0.39 |
| HSL | 47.8º | 0.65% | 0.37% | - |
| HSV(B) | 47.8º | 0.79% | 0.61% | - |
| XYZ | 22.1 | 23.41 | 4.79 | - |
| YUV | 127.3 | 74.78 | 148.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 131 | 33 | 0 | 0.16 | 0.79 | 0.39 | 47.8 | 0.65 | 0.37 |
| Hex | 9C | 83 | 21 | 0 | 10 | 4F | 27 | 30 | 41 | 25 |
| Octal | 234 | 203 | 41 | 0 | 20 | 117 | 47 | 60 | 101 | 45 |
| Binary | 10011100 | 10000011 | 100001 | 0 | 10000 | 1001111 | 100111 | 110000 | 1000001 | 100101 |
Color Harmonies of #9C8321
Complementary color
Monochromatic Colors of #9C8321
Black with #9C8321
Text Example
Text Example
White with #9C8321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C8321; }
p { color: rgb(156,131,33); }
H1.HeaderClassName
{
color: #9C8321;
}
.AnyTagClassName
{
color: #9C8321;
}
</style>
background-color css
<style>
a { background-color: #9C8321; }
a { background-color: rgb(156,131,33); }
div.DivClassName
{
background-color: #9C8321;
}
.BgClassName
{
background-color: #9C8321;
}
</style>
border-color css
<style>
span { border-color: #9C8321; }
span { border-color: rgb(156,131,33); }
td.TdClassName
{
border-color: #9C8321;
}
.TagClassName
{
border-color: #9C8321;
}
</style>