Shades of Hacienda #9C8229
Tints of Hacienda #9C8229
RGB
CMYK
RGB Variations
Color information
#9C8229 (or 0x9C8229) is known color: Hacienda. HEX triplet: 9C, 82 and 29. RGB value is (156,130,41). Sum of RGB (Red+Green+Blue) = 156+130+41=327 (43% of max value = 765). Red value is 156 (61.33% from 255 or 47.71% from 327); Green value is 130 (51.17% from 255 or 39.76% from 327); Blue value is 41 (16.41% from 255 or 12.54% from 327); Max value from RGB is 156 - color contains mainly: red. Hex color #9C8229 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9C8229 is #637DD6. Grayscale: #808080. Windows color (decimal): -6520279 or 2720412. OLE color: 2720412.
HSL color Cylindrical-coordinate representation of color #9C8229: hue angle of 46.43º degrees, saturation: 0.58, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #9C8229 is Cyan = 0, Magento = 0.17, Yellow = 0.74 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 130 | 41 | - |
| CMYK | 0 | 0.17 | 0.74 | 0.39 |
| HSL | 46.43º | 0.58% | 0.39% | - |
| HSV(B) | 46.43º | 0.74% | 0.61% | - |
| XYZ | 22.09 | 23.19 | 5.41 | - |
| YUV | 127.63 | 79.11 | 148.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 130 | 41 | 0 | 0.17 | 0.74 | 0.39 | 46.43 | 0.58 | 0.39 |
| Hex | 9C | 82 | 29 | 0 | 11 | 4A | 27 | 2E | 3A | 27 |
| Octal | 234 | 202 | 51 | 0 | 21 | 112 | 47 | 56 | 72 | 47 |
| Binary | 10011100 | 10000010 | 101001 | 0 | 10001 | 1001010 | 100111 | 101110 | 111010 | 100111 |
Color Harmonies of #9C8229
Complementary color
Monochromatic Colors of #9C8229
Black with #9C8229
Text Example
Text Example
White with #9C8229
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C8229; }
p { color: rgb(156,130,41); }
H1.HeaderClassName
{
color: #9C8229;
}
.AnyTagClassName
{
color: #9C8229;
}
</style>
background-color css
<style>
a { background-color: #9C8229; }
a { background-color: rgb(156,130,41); }
div.DivClassName
{
background-color: #9C8229;
}
.BgClassName
{
background-color: #9C8229;
}
</style>
border-color css
<style>
span { border-color: #9C8229; }
span { border-color: rgb(156,130,41); }
td.TdClassName
{
border-color: #9C8229;
}
.TagClassName
{
border-color: #9C8229;
}
</style>