Shades of Hacienda #9D7B2C
Tints of Hacienda #9D7B2C
RGB
CMYK
RGB Variations
Color information
#9D7B2C (or 0x9D7B2C) is known color: Hacienda. HEX triplet: 9D, 7B and 2C. RGB value is (157,123,44). Sum of RGB (Red+Green+Blue) = 157+123+44=324 (42% of max value = 765). Red value is 157 (61.72% from 255 or 48.46% from 324); Green value is 123 (48.44% from 255 or 37.96% from 324); Blue value is 44 (17.58% from 255 or 13.58% from 324); Max value from RGB is 157 - color contains mainly: red. Hex color #9D7B2C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9D7B2C is #6284D3. Grayscale: #7C7C7C. Windows color (decimal): -6456532 or 2915229. OLE color: 2915229.
HSL color Cylindrical-coordinate representation of color #9D7B2C: hue angle of 41.95º 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 #9D7B2C is Cyan = 0, Magento = 0.22, Yellow = 0.72 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 123 | 44 | - |
| CMYK | 0 | 0.22 | 0.72 | 0.38 |
| HSL | 41.95º | 0.56% | 0.39% | - |
| HSV(B) | 41.95º | 0.72% | 0.62% | - |
| XYZ | 21.44 | 21.52 | 5.41 | - |
| YUV | 124.16 | 82.76 | 151.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 123 | 44 | 0 | 0.22 | 0.72 | 0.38 | 41.95 | 0.56 | 0.39 |
| Hex | 9D | 7B | 2C | 0 | 16 | 48 | 26 | 2A | 38 | 27 |
| Octal | 235 | 173 | 54 | 0 | 26 | 110 | 46 | 52 | 70 | 47 |
| Binary | 10011101 | 1111011 | 101100 | 0 | 10110 | 1001000 | 100110 | 101010 | 111000 | 100111 |
Color Harmonies of #9D7B2C
Complementary color
Monochromatic Colors of #9D7B2C
Black with #9D7B2C
Text Example
Text Example
White with #9D7B2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D7B2C; }
p { color: rgb(157,123,44); }
H1.HeaderClassName
{
color: #9D7B2C;
}
.AnyTagClassName
{
color: #9D7B2C;
}
</style>
background-color css
<style>
a { background-color: #9D7B2C; }
a { background-color: rgb(157,123,44); }
div.DivClassName
{
background-color: #9D7B2C;
}
.BgClassName
{
background-color: #9D7B2C;
}
</style>
border-color css
<style>
span { border-color: #9D7B2C; }
span { border-color: rgb(157,123,44); }
td.TdClassName
{
border-color: #9D7B2C;
}
.TagClassName
{
border-color: #9D7B2C;
}
</style>