Shades of Hacienda #9D7D2C
Tints of Hacienda #9D7D2C
RGB
CMYK
RGB Variations
Color information
#9D7D2C (or 0x9D7D2C) is known color: Hacienda. HEX triplet: 9D, 7D and 2C. RGB value is (157,125,44). Sum of RGB (Red+Green+Blue) = 157+125+44=326 (43% of max value = 765). Red value is 157 (61.72% from 255 or 48.16% from 326); Green value is 125 (49.22% from 255 or 38.34% from 326); Blue value is 44 (17.58% from 255 or 13.50% from 326); Max value from RGB is 157 - color contains mainly: red. Hex color #9D7D2C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9D7D2C is #6282D3. Grayscale: #7D7D7D. Windows color (decimal): -6456020 or 2915741. OLE color: 2915741.
HSL color Cylindrical-coordinate representation of color #9D7D2C: hue angle of 43.01º degrees, saturation: 0.56, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9D7D2C is Cyan = 0, Magento = 0.20, Yellow = 0.72 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 125 | 44 | - |
| CMYK | 0 | 0.20 | 0.72 | 0.38 |
| HSL | 43.01º | 0.56% | 0.39% | - |
| HSV(B) | 43.01º | 0.72% | 0.62% | - |
| XYZ | 21.69 | 22.02 | 5.49 | - |
| YUV | 125.33 | 82.1 | 150.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 125 | 44 | 0 | 0.20 | 0.72 | 0.38 | 43.01 | 0.56 | 0.39 |
| Hex | 9D | 7D | 2C | 0 | 14 | 48 | 26 | 2B | 38 | 27 |
| Octal | 235 | 175 | 54 | 0 | 24 | 110 | 46 | 53 | 70 | 47 |
| Binary | 10011101 | 1111101 | 101100 | 0 | 10100 | 1001000 | 100110 | 101011 | 111000 | 100111 |
Color Harmonies of #9D7D2C
Complementary color
Monochromatic Colors of #9D7D2C
Black with #9D7D2C
Text Example
Text Example
White with #9D7D2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D7D2C; }
p { color: rgb(157,125,44); }
H1.HeaderClassName
{
color: #9D7D2C;
}
.AnyTagClassName
{
color: #9D7D2C;
}
</style>
background-color css
<style>
a { background-color: #9D7D2C; }
a { background-color: rgb(157,125,44); }
div.DivClassName
{
background-color: #9D7D2C;
}
.BgClassName
{
background-color: #9D7D2C;
}
</style>
border-color css
<style>
span { border-color: #9D7D2C; }
span { border-color: rgb(157,125,44); }
td.TdClassName
{
border-color: #9D7D2C;
}
.TagClassName
{
border-color: #9D7D2C;
}
</style>