Shades of Hacienda #9D7A15
Tints of Hacienda #9D7A15
RGB
CMYK
RGB Variations
Color information
#9D7A15 (or 0x9D7A15) is known color: Hacienda. HEX triplet: 9D, 7A and 15. RGB value is (157,122,21). Sum of RGB (Red+Green+Blue) = 157+122+21=300 (39% of max value = 765). Red value is 157 (61.72% from 255 or 52.33% from 300); Green value is 122 (48.05% from 255 or 40.67% from 300); Blue value is 21 (8.59% from 255 or 7% from 300); Max value from RGB is 157 - color contains mainly: red. Hex color #9D7A15 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9D7A15 is #6285EA. Grayscale: #797979. Windows color (decimal): -6456811 or 1407645. OLE color: 1407645.
HSL color Cylindrical-coordinate representation of color #9D7A15: hue angle of 44.56º degrees, saturation: 0.76, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #9D7A15 is Cyan = 0, Magento = 0.22, Yellow = 0.87 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 122 | 21 | - |
| CMYK | 0 | 0.22 | 0.87 | 0.38 |
| HSL | 44.56º | 0.76% | 0.35% | - |
| HSV(B) | 44.56º | 0.87% | 0.62% | - |
| XYZ | 21 | 21.14 | 3.68 | - |
| YUV | 120.95 | 71.6 | 153.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 122 | 21 | 0 | 0.22 | 0.87 | 0.38 | 44.56 | 0.76 | 0.35 |
| Hex | 9D | 7A | 15 | 0 | 16 | 57 | 26 | 2D | 4C | 23 |
| Octal | 235 | 172 | 25 | 0 | 26 | 127 | 46 | 55 | 114 | 43 |
| Binary | 10011101 | 1111010 | 10101 | 0 | 10110 | 1010111 | 100110 | 101101 | 1001100 | 100011 |
Color Harmonies of #9D7A15
Complementary color
Monochromatic Colors of #9D7A15
Black with #9D7A15
Text Example
Text Example
White with #9D7A15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D7A15; }
p { color: rgb(157,122,21); }
H1.HeaderClassName
{
color: #9D7A15;
}
.AnyTagClassName
{
color: #9D7A15;
}
</style>
background-color css
<style>
a { background-color: #9D7A15; }
a { background-color: rgb(157,122,21); }
div.DivClassName
{
background-color: #9D7A15;
}
.BgClassName
{
background-color: #9D7A15;
}
</style>
border-color css
<style>
span { border-color: #9D7A15; }
span { border-color: rgb(157,122,21); }
td.TdClassName
{
border-color: #9D7A15;
}
.TagClassName
{
border-color: #9D7A15;
}
</style>