Shades of Hacienda #917D11
Tints of Hacienda #917D11
RGB
CMYK
RGB Variations
Color information
#917D11 (or 0x917D11) is known color: Hacienda. HEX triplet: 91, 7D and 11. RGB value is (145,125,17). Sum of RGB (Red+Green+Blue) = 145+125+17=287 (38% of max value = 765). Red value is 145 (57.03% from 255 or 50.52% from 287); Green value is 125 (49.22% from 255 or 43.55% from 287); Blue value is 17 (7.03% from 255 or 5.92% from 287); Max value from RGB is 145 - color contains mainly: red. Hex color #917D11 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #917D11 is #6E82EE. Grayscale: #777777. Windows color (decimal): -7242479 or 1146257. OLE color: 1146257.
HSL color Cylindrical-coordinate representation of color #917D11: hue angle of 50.62º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #917D11 is Cyan = 0, Magento = 0.14, Yellow = 0.88 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 125 | 17 | - |
| CMYK | 0 | 0.14 | 0.88 | 0.43 |
| HSL | 50.63º | 0.79% | 0.32% | - |
| HSV(B) | 50.63º | 0.88% | 0.57% | - |
| XYZ | 19.11 | 20.73 | 3.52 | - |
| YUV | 118.67 | 70.63 | 146.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 125 | 17 | 0 | 0.14 | 0.88 | 0.43 | 50.63 | 0.79 | 0.32 |
| Hex | 91 | 7D | 11 | 0 | E | 58 | 2B | 33 | 4F | 20 |
| Octal | 221 | 175 | 21 | 0 | 16 | 130 | 53 | 63 | 117 | 40 |
| Binary | 10010001 | 1111101 | 10001 | 0 | 1110 | 1011000 | 101011 | 110011 | 1001111 | 100000 |
Color Harmonies of #917D11
Complementary color
Monochromatic Colors of #917D11
Black with #917D11
Text Example
Text Example
White with #917D11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #917D11; }
p { color: rgb(145,125,17); }
H1.HeaderClassName
{
color: #917D11;
}
.AnyTagClassName
{
color: #917D11;
}
</style>
background-color css
<style>
a { background-color: #917D11; }
a { background-color: rgb(145,125,17); }
div.DivClassName
{
background-color: #917D11;
}
.BgClassName
{
background-color: #917D11;
}
</style>
border-color css
<style>
span { border-color: #917D11; }
span { border-color: rgb(145,125,17); }
td.TdClassName
{
border-color: #917D11;
}
.TagClassName
{
border-color: #917D11;
}
</style>