Shades of Hacienda #9C7D1C
Tints of Hacienda #9C7D1C
RGB
CMYK
RGB Variations
Color information
#9C7D1C (or 0x9C7D1C) is known color: Hacienda. HEX triplet: 9C, 7D and 1C. RGB value is (156,125,28). Sum of RGB (Red+Green+Blue) = 156+125+28=309 (40% of max value = 765). Red value is 156 (61.33% from 255 or 50.49% from 309); Green value is 125 (49.22% from 255 or 40.45% from 309); Blue value is 28 (11.33% from 255 or 9.06% from 309); Max value from RGB is 156 - color contains mainly: red. Hex color #9C7D1C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9C7D1C is #6382E3. Grayscale: #7B7B7B. Windows color (decimal): -6521572 or 1867164. OLE color: 1867164.
HSL color Cylindrical-coordinate representation of color #9C7D1C: hue angle of 45.47º degrees, saturation: 0.7, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #9C7D1C is Cyan = 0, Magento = 0.20, Yellow = 0.82 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 125 | 28 | - |
| CMYK | 0 | 0.20 | 0.82 | 0.39 |
| HSL | 45.47º | 0.7% | 0.36% | - |
| HSV(B) | 45.47º | 0.82% | 0.61% | - |
| XYZ | 21.25 | 21.82 | 4.19 | - |
| YUV | 123.21 | 74.27 | 151.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 125 | 28 | 0 | 0.20 | 0.82 | 0.39 | 45.47 | 0.7 | 0.36 |
| Hex | 9C | 7D | 1C | 0 | 14 | 52 | 27 | 2D | 46 | 24 |
| Octal | 234 | 175 | 34 | 0 | 24 | 122 | 47 | 55 | 106 | 44 |
| Binary | 10011100 | 1111101 | 11100 | 0 | 10100 | 1010010 | 100111 | 101101 | 1000110 | 100100 |
Color Harmonies of #9C7D1C
Complementary color
Monochromatic Colors of #9C7D1C
Black with #9C7D1C
Text Example
Text Example
White with #9C7D1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C7D1C; }
p { color: rgb(156,125,28); }
H1.HeaderClassName
{
color: #9C7D1C;
}
.AnyTagClassName
{
color: #9C7D1C;
}
</style>
background-color css
<style>
a { background-color: #9C7D1C; }
a { background-color: rgb(156,125,28); }
div.DivClassName
{
background-color: #9C7D1C;
}
.BgClassName
{
background-color: #9C7D1C;
}
</style>
border-color css
<style>
span { border-color: #9C7D1C; }
span { border-color: rgb(156,125,28); }
td.TdClassName
{
border-color: #9C7D1C;
}
.TagClassName
{
border-color: #9C7D1C;
}
</style>