Shades of Hacienda #9D7910
Tints of Hacienda #9D7910
RGB
CMYK
RGB Variations
Color information
#9D7910 (or 0x9D7910) is known color: Hacienda. HEX triplet: 9D, 79 and 10. RGB value is (157,121,16). Sum of RGB (Red+Green+Blue) = 157+121+16=294 (38% of max value = 765). Red value is 157 (61.72% from 255 or 53.40% from 294); Green value is 121 (47.66% from 255 or 41.16% from 294); Blue value is 16 (6.64% from 255 or 5.44% from 294); Max value from RGB is 157 - color contains mainly: red. Hex color #9D7910 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9D7910 is #6286EF. Grayscale: #787878. Windows color (decimal): -6457072 or 1079709. OLE color: 1079709.
HSL color Cylindrical-coordinate representation of color #9D7910: hue angle of 44.68º degrees, saturation: 0.82, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9D7910 is Cyan = 0, Magento = 0.23, Yellow = 0.90 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 121 | 16 | - |
| CMYK | 0 | 0.23 | 0.90 | 0.38 |
| HSL | 44.68º | 0.82% | 0.34% | - |
| HSV(B) | 44.68º | 0.9% | 0.62% | - |
| XYZ | 20.84 | 20.88 | 3.42 | - |
| YUV | 119.79 | 69.43 | 154.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 121 | 16 | 0 | 0.23 | 0.90 | 0.38 | 44.68 | 0.82 | 0.34 |
| Hex | 9D | 79 | 10 | 0 | 17 | 5A | 26 | 2D | 52 | 22 |
| Octal | 235 | 171 | 20 | 0 | 27 | 132 | 46 | 55 | 122 | 42 |
| Binary | 10011101 | 1111001 | 10000 | 0 | 10111 | 1011010 | 100110 | 101101 | 1010010 | 100010 |
Color Harmonies of #9D7910
Complementary color
Monochromatic Colors of #9D7910
Black with #9D7910
Text Example
Text Example
White with #9D7910
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D7910; }
p { color: rgb(157,121,16); }
H1.HeaderClassName
{
color: #9D7910;
}
.AnyTagClassName
{
color: #9D7910;
}
</style>
background-color css
<style>
a { background-color: #9D7910; }
a { background-color: rgb(157,121,16); }
div.DivClassName
{
background-color: #9D7910;
}
.BgClassName
{
background-color: #9D7910;
}
</style>
border-color css
<style>
span { border-color: #9D7910; }
span { border-color: rgb(157,121,16); }
td.TdClassName
{
border-color: #9D7910;
}
.TagClassName
{
border-color: #9D7910;
}
</style>