Shades of Hacienda #917D10
Tints of Hacienda #917D10
RGB
CMYK
RGB Variations
Color information
#917D10 (or 0x917D10) is known color: Hacienda. HEX triplet: 91, 7D and 10. RGB value is (145,125,16). Sum of RGB (Red+Green+Blue) = 145+125+16=286 (37% of max value = 765). Red value is 145 (57.03% from 255 or 50.70% from 286); Green value is 125 (49.22% from 255 or 43.71% from 286); Blue value is 16 (6.64% from 255 or 5.59% from 286); Max value from RGB is 145 - color contains mainly: red. Hex color #917D10 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #917D10 is #6E82EF. Grayscale: #777777. Windows color (decimal): -7242480 or 1080721. OLE color: 1080721.
HSL color Cylindrical-coordinate representation of color #917D10: hue angle of 50.7º degrees, saturation: 0.8, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #917D10 is Cyan = 0, Magento = 0.14, Yellow = 0.89 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 125 | 16 | - |
| CMYK | 0 | 0.14 | 0.89 | 0.43 |
| HSL | 50.7º | 0.8% | 0.32% | - |
| HSV(B) | 50.7º | 0.89% | 0.57% | - |
| XYZ | 19.1 | 20.72 | 3.48 | - |
| YUV | 118.55 | 70.13 | 146.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 125 | 16 | 0 | 0.14 | 0.89 | 0.43 | 50.7 | 0.8 | 0.32 |
| Hex | 91 | 7D | 10 | 0 | E | 59 | 2B | 33 | 50 | 20 |
| Octal | 221 | 175 | 20 | 0 | 16 | 131 | 53 | 63 | 120 | 40 |
| Binary | 10010001 | 1111101 | 10000 | 0 | 1110 | 1011001 | 101011 | 110011 | 1010000 | 100000 |
Color Harmonies of #917D10
Complementary color
Monochromatic Colors of #917D10
Black with #917D10
Text Example
Text Example
White with #917D10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #917D10; }
p { color: rgb(145,125,16); }
H1.HeaderClassName
{
color: #917D10;
}
.AnyTagClassName
{
color: #917D10;
}
</style>
background-color css
<style>
a { background-color: #917D10; }
a { background-color: rgb(145,125,16); }
div.DivClassName
{
background-color: #917D10;
}
.BgClassName
{
background-color: #917D10;
}
</style>
border-color css
<style>
span { border-color: #917D10; }
span { border-color: rgb(145,125,16); }
td.TdClassName
{
border-color: #917D10;
}
.TagClassName
{
border-color: #917D10;
}
</style>