Shades of Hacienda #9D7827
Tints of Hacienda #9D7827
RGB
CMYK
RGB Variations
Color information
#9D7827 (or 0x9D7827) is known color: Hacienda. HEX triplet: 9D, 78 and 27. RGB value is (157,120,39). Sum of RGB (Red+Green+Blue) = 157+120+39=316 (41% of max value = 765). Red value is 157 (61.72% from 255 or 49.68% from 316); Green value is 120 (47.27% from 255 or 37.97% from 316); Blue value is 39 (15.62% from 255 or 12.34% from 316); Max value from RGB is 157 - color contains mainly: red. Hex color #9D7827 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9D7827 is #6287D8. Grayscale: #7A7A7A. Windows color (decimal): -6457305 or 2586781. OLE color: 2586781.
HSL color Cylindrical-coordinate representation of color #9D7827: hue angle of 41.19º degrees, saturation: 0.6, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #9D7827 is Cyan = 0, Magento = 0.24, Yellow = 0.75 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 120 | 39 | - |
| CMYK | 0 | 0.24 | 0.75 | 0.38 |
| HSL | 41.19º | 0.6% | 0.38% | - |
| HSV(B) | 41.19º | 0.75% | 0.62% | - |
| XYZ | 20.99 | 20.75 | 4.82 | - |
| YUV | 121.83 | 81.26 | 153.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 120 | 39 | 0 | 0.24 | 0.75 | 0.38 | 41.19 | 0.6 | 0.38 |
| Hex | 9D | 78 | 27 | 0 | 18 | 4B | 26 | 29 | 3C | 26 |
| Octal | 235 | 170 | 47 | 0 | 30 | 113 | 46 | 51 | 74 | 46 |
| Binary | 10011101 | 1111000 | 100111 | 0 | 11000 | 1001011 | 100110 | 101001 | 111100 | 100110 |
Color Harmonies of #9D7827
Complementary color
Monochromatic Colors of #9D7827
Black with #9D7827
Text Example
Text Example
White with #9D7827
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D7827; }
p { color: rgb(157,120,39); }
H1.HeaderClassName
{
color: #9D7827;
}
.AnyTagClassName
{
color: #9D7827;
}
</style>
background-color css
<style>
a { background-color: #9D7827; }
a { background-color: rgb(157,120,39); }
div.DivClassName
{
background-color: #9D7827;
}
.BgClassName
{
background-color: #9D7827;
}
</style>
border-color css
<style>
span { border-color: #9D7827; }
span { border-color: rgb(157,120,39); }
td.TdClassName
{
border-color: #9D7827;
}
.TagClassName
{
border-color: #9D7827;
}
</style>