Shades of Hacienda #9C7D1A
Tints of Hacienda #9C7D1A
RGB
CMYK
RGB Variations
Color information
#9C7D1A (or 0x9C7D1A) is known color: Hacienda. HEX triplet: 9C, 7D and 1A. RGB value is (156,125,26). Sum of RGB (Red+Green+Blue) = 156+125+26=307 (40% of max value = 765). Red value is 156 (61.33% from 255 or 50.81% from 307); Green value is 125 (49.22% from 255 or 40.72% from 307); Blue value is 26 (10.55% from 255 or 8.47% from 307); Max value from RGB is 156 - color contains mainly: red. Hex color #9C7D1A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9C7D1A is #6382E5. Grayscale: #7B7B7B. Windows color (decimal): -6521574 or 1736092. OLE color: 1736092.
HSL color Cylindrical-coordinate representation of color #9C7D1A: hue angle of 45.69º degrees, saturation: 0.71, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #9C7D1A is Cyan = 0, Magento = 0.20, Yellow = 0.83 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 125 | 26 | - |
| CMYK | 0 | 0.20 | 0.83 | 0.39 |
| HSL | 45.69º | 0.71% | 0.36% | - |
| HSV(B) | 45.69º | 0.83% | 0.61% | - |
| XYZ | 21.23 | 21.81 | 4.07 | - |
| YUV | 122.98 | 73.27 | 151.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 125 | 26 | 0 | 0.20 | 0.83 | 0.39 | 45.69 | 0.71 | 0.36 |
| Hex | 9C | 7D | 1A | 0 | 14 | 53 | 27 | 2E | 47 | 24 |
| Octal | 234 | 175 | 32 | 0 | 24 | 123 | 47 | 56 | 107 | 44 |
| Binary | 10011100 | 1111101 | 11010 | 0 | 10100 | 1010011 | 100111 | 101110 | 1000111 | 100100 |
Color Harmonies of #9C7D1A
Complementary color
Monochromatic Colors of #9C7D1A
Black with #9C7D1A
Text Example
Text Example
White with #9C7D1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C7D1A; }
p { color: rgb(156,125,26); }
H1.HeaderClassName
{
color: #9C7D1A;
}
.AnyTagClassName
{
color: #9C7D1A;
}
</style>
background-color css
<style>
a { background-color: #9C7D1A; }
a { background-color: rgb(156,125,26); }
div.DivClassName
{
background-color: #9C7D1A;
}
.BgClassName
{
background-color: #9C7D1A;
}
</style>
border-color css
<style>
span { border-color: #9C7D1A; }
span { border-color: rgb(156,125,26); }
td.TdClassName
{
border-color: #9C7D1A;
}
.TagClassName
{
border-color: #9C7D1A;
}
</style>