Shades of Hacienda #9C7D05
Tints of Hacienda #9C7D05
RGB
CMYK
RGB Variations
Color information
#9C7D05 (or 0x9C7D05) is known color: Hacienda. HEX triplet: 9C, 7D and 05. RGB value is (156,125,5). Sum of RGB (Red+Green+Blue) = 156+125+5=286 (37% of max value = 765). Red value is 156 (61.33% from 255 or 54.55% from 286); Green value is 125 (49.22% from 255 or 43.71% from 286); Blue value is 5 (2.34% from 255 or 1.75% from 286); Max value from RGB is 156 - color contains mainly: red. Hex color #9C7D05 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9C7D05 is #6382FA. Grayscale: #797979. Windows color (decimal): -6521595 or 359836. OLE color: 359836.
HSL color Cylindrical-coordinate representation of color #9C7D05: hue angle of 47.68º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9C7D05 is Cyan = 0, Magento = 0.20, Yellow = 0.97 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 125 | 5 | - |
| CMYK | 0 | 0.20 | 0.97 | 0.39 |
| HSL | 47.68º | 0.94% | 0.32% | - |
| HSV(B) | 47.68º | 0.97% | 0.61% | - |
| XYZ | 21.07 | 21.75 | 3.23 | - |
| YUV | 120.59 | 62.77 | 153.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 125 | 5 | 0 | 0.20 | 0.97 | 0.39 | 47.68 | 0.94 | 0.32 |
| Hex | 9C | 7D | 5 | 0 | 14 | 61 | 27 | 30 | 5E | 20 |
| Octal | 234 | 175 | 5 | 0 | 24 | 141 | 47 | 60 | 136 | 40 |
| Binary | 10011100 | 1111101 | 101 | 0 | 10100 | 1100001 | 100111 | 110000 | 1011110 | 100000 |
Color Harmonies of #9C7D05
Complementary color
Monochromatic Colors of #9C7D05
Black with #9C7D05
Text Example
Text Example
White with #9C7D05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C7D05; }
p { color: rgb(156,125,5); }
H1.HeaderClassName
{
color: #9C7D05;
}
.AnyTagClassName
{
color: #9C7D05;
}
</style>
background-color css
<style>
a { background-color: #9C7D05; }
a { background-color: rgb(156,125,5); }
div.DivClassName
{
background-color: #9C7D05;
}
.BgClassName
{
background-color: #9C7D05;
}
</style>
border-color css
<style>
span { border-color: #9C7D05; }
span { border-color: rgb(156,125,5); }
td.TdClassName
{
border-color: #9C7D05;
}
.TagClassName
{
border-color: #9C7D05;
}
</style>