Shades of Hacienda #9D7B2D
Tints of Hacienda #9D7B2D
RGB
CMYK
RGB Variations
Color information
#9D7B2D (or 0x9D7B2D) is known color: Hacienda. HEX triplet: 9D, 7B and 2D. RGB value is (157,123,45). Sum of RGB (Red+Green+Blue) = 157+123+45=325 (43% of max value = 765). Red value is 157 (61.72% from 255 or 48.31% from 325); Green value is 123 (48.44% from 255 or 37.85% from 325); Blue value is 45 (17.97% from 255 or 13.85% from 325); Max value from RGB is 157 - color contains mainly: red. Hex color #9D7B2D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9D7B2D is #6284D2. Grayscale: #7C7C7C. Windows color (decimal): -6456531 or 2980765. OLE color: 2980765.
HSL color Cylindrical-coordinate representation of color #9D7B2D: hue angle of 41.79º degrees, saturation: 0.55, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #9D7B2D is Cyan = 0, Magento = 0.22, Yellow = 0.71 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 123 | 45 | - |
| CMYK | 0 | 0.22 | 0.71 | 0.38 |
| HSL | 41.79º | 0.55% | 0.4% | - |
| HSV(B) | 41.79º | 0.71% | 0.62% | - |
| XYZ | 21.46 | 21.52 | 5.51 | - |
| YUV | 124.27 | 83.26 | 151.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 123 | 45 | 0 | 0.22 | 0.71 | 0.38 | 41.79 | 0.55 | 0.4 |
| Hex | 9D | 7B | 2D | 0 | 16 | 47 | 26 | 2A | 37 | 28 |
| Octal | 235 | 173 | 55 | 0 | 26 | 107 | 46 | 52 | 67 | 50 |
| Binary | 10011101 | 1111011 | 101101 | 0 | 10110 | 1000111 | 100110 | 101010 | 110111 | 101000 |
Color Harmonies of #9D7B2D
Complementary color
Monochromatic Colors of #9D7B2D
Black with #9D7B2D
Text Example
Text Example
White with #9D7B2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D7B2D; }
p { color: rgb(157,123,45); }
H1.HeaderClassName
{
color: #9D7B2D;
}
.AnyTagClassName
{
color: #9D7B2D;
}
</style>
background-color css
<style>
a { background-color: #9D7B2D; }
a { background-color: rgb(157,123,45); }
div.DivClassName
{
background-color: #9D7B2D;
}
.BgClassName
{
background-color: #9D7B2D;
}
</style>
border-color css
<style>
span { border-color: #9D7B2D; }
span { border-color: rgb(157,123,45); }
td.TdClassName
{
border-color: #9D7B2D;
}
.TagClassName
{
border-color: #9D7B2D;
}
</style>