Shades of Hacienda #9D7915
Tints of Hacienda #9D7915
RGB
CMYK
RGB Variations
Color information
#9D7915 (or 0x9D7915) is known color: Hacienda. HEX triplet: 9D, 79 and 15. RGB value is (157,121,21). Sum of RGB (Red+Green+Blue) = 157+121+21=299 (39% of max value = 765). Red value is 157 (61.72% from 255 or 52.51% from 299); Green value is 121 (47.66% from 255 or 40.47% from 299); Blue value is 21 (8.59% from 255 or 7.02% from 299); Max value from RGB is 157 - color contains mainly: red. Hex color #9D7915 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9D7915 is #6286EA. Grayscale: #787878. Windows color (decimal): -6457067 or 1407389. OLE color: 1407389.
HSL color Cylindrical-coordinate representation of color #9D7915: hue angle of 44.12º 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 #9D7915 is Cyan = 0, Magento = 0.23, Yellow = 0.87 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 121 | 21 | - |
| CMYK | 0 | 0.23 | 0.87 | 0.38 |
| HSL | 44.12º | 0.76% | 0.35% | - |
| HSV(B) | 44.12º | 0.87% | 0.62% | - |
| XYZ | 20.88 | 20.9 | 3.64 | - |
| YUV | 120.36 | 71.93 | 154.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 121 | 21 | 0 | 0.23 | 0.87 | 0.38 | 44.12 | 0.76 | 0.35 |
| Hex | 9D | 79 | 15 | 0 | 17 | 57 | 26 | 2C | 4C | 23 |
| Octal | 235 | 171 | 25 | 0 | 27 | 127 | 46 | 54 | 114 | 43 |
| Binary | 10011101 | 1111001 | 10101 | 0 | 10111 | 1010111 | 100110 | 101100 | 1001100 | 100011 |
Color Harmonies of #9D7915
Complementary color
Monochromatic Colors of #9D7915
Black with #9D7915
Text Example
Text Example
White with #9D7915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D7915; }
p { color: rgb(157,121,21); }
H1.HeaderClassName
{
color: #9D7915;
}
.AnyTagClassName
{
color: #9D7915;
}
</style>
background-color css
<style>
a { background-color: #9D7915; }
a { background-color: rgb(157,121,21); }
div.DivClassName
{
background-color: #9D7915;
}
.BgClassName
{
background-color: #9D7915;
}
</style>
border-color css
<style>
span { border-color: #9D7915; }
span { border-color: rgb(157,121,21); }
td.TdClassName
{
border-color: #9D7915;
}
.TagClassName
{
border-color: #9D7915;
}
</style>