Shades of Hacienda #9D7825
Tints of Hacienda #9D7825
RGB
CMYK
RGB Variations
Color information
#9D7825 (or 0x9D7825) is known color: Hacienda. HEX triplet: 9D, 78 and 25. RGB value is (157,120,37). Sum of RGB (Red+Green+Blue) = 157+120+37=314 (41% of max value = 765). Red value is 157 (61.72% from 255 or 50% from 314); Green value is 120 (47.27% from 255 or 38.22% from 314); Blue value is 37 (14.84% from 255 or 11.78% from 314); Max value from RGB is 157 - color contains mainly: red. Hex color #9D7825 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9D7825 is #6287DA. Grayscale: #797979. Windows color (decimal): -6457307 or 2455709. OLE color: 2455709.
HSL color Cylindrical-coordinate representation of color #9D7825: hue angle of 41.5º degrees, saturation: 0.62, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #9D7825 is Cyan = 0, Magento = 0.24, Yellow = 0.76 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 120 | 37 | - |
| CMYK | 0 | 0.24 | 0.76 | 0.38 |
| HSL | 41.5º | 0.62% | 0.38% | - |
| HSV(B) | 41.5º | 0.76% | 0.62% | - |
| XYZ | 20.96 | 20.73 | 4.65 | - |
| YUV | 121.6 | 80.26 | 153.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 120 | 37 | 0 | 0.24 | 0.76 | 0.38 | 41.5 | 0.62 | 0.38 |
| Hex | 9D | 78 | 25 | 0 | 18 | 4C | 26 | 2A | 3E | 26 |
| Octal | 235 | 170 | 45 | 0 | 30 | 114 | 46 | 52 | 76 | 46 |
| Binary | 10011101 | 1111000 | 100101 | 0 | 11000 | 1001100 | 100110 | 101010 | 111110 | 100110 |
Color Harmonies of #9D7825
Complementary color
Monochromatic Colors of #9D7825
Black with #9D7825
Text Example
Text Example
White with #9D7825
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D7825; }
p { color: rgb(157,120,37); }
H1.HeaderClassName
{
color: #9D7825;
}
.AnyTagClassName
{
color: #9D7825;
}
</style>
background-color css
<style>
a { background-color: #9D7825; }
a { background-color: rgb(157,120,37); }
div.DivClassName
{
background-color: #9D7825;
}
.BgClassName
{
background-color: #9D7825;
}
</style>
border-color css
<style>
span { border-color: #9D7825; }
span { border-color: rgb(157,120,37); }
td.TdClassName
{
border-color: #9D7825;
}
.TagClassName
{
border-color: #9D7825;
}
</style>