Shades of Hacienda #917A11
Tints of Hacienda #917A11
RGB
CMYK
RGB Variations
Color information
#917A11 (or 0x917A11) is known color: Hacienda. HEX triplet: 91, 7A and 11. RGB value is (145,122,17). Sum of RGB (Red+Green+Blue) = 145+122+17=284 (37% of max value = 765). Red value is 145 (57.03% from 255 or 51.06% from 284); Green value is 122 (48.05% from 255 or 42.96% from 284); Blue value is 17 (7.03% from 255 or 5.99% from 284); Max value from RGB is 145 - color contains mainly: red. Hex color #917A11 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #917A11 is #6E85EE. Grayscale: #757575. Windows color (decimal): -7243247 or 1145489. OLE color: 1145489.
HSL color Cylindrical-coordinate representation of color #917A11: hue angle of 49.22º 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 #917A11 is Cyan = 0, Magento = 0.16, Yellow = 0.88 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 122 | 17 | - |
| CMYK | 0 | 0.16 | 0.88 | 0.43 |
| HSL | 49.22º | 0.79% | 0.32% | - |
| HSV(B) | 49.22º | 0.88% | 0.57% | - |
| XYZ | 18.74 | 19.98 | 3.4 | - |
| YUV | 116.91 | 71.62 | 148.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 122 | 17 | 0 | 0.16 | 0.88 | 0.43 | 49.22 | 0.79 | 0.32 |
| Hex | 91 | 7A | 11 | 0 | 10 | 58 | 2B | 31 | 4F | 20 |
| Octal | 221 | 172 | 21 | 0 | 20 | 130 | 53 | 61 | 117 | 40 |
| Binary | 10010001 | 1111010 | 10001 | 0 | 10000 | 1011000 | 101011 | 110001 | 1001111 | 100000 |
Color Harmonies of #917A11
Complementary color
Monochromatic Colors of #917A11
Black with #917A11
Text Example
Text Example
White with #917A11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #917A11; }
p { color: rgb(145,122,17); }
H1.HeaderClassName
{
color: #917A11;
}
.AnyTagClassName
{
color: #917A11;
}
</style>
background-color css
<style>
a { background-color: #917A11; }
a { background-color: rgb(145,122,17); }
div.DivClassName
{
background-color: #917A11;
}
.BgClassName
{
background-color: #917A11;
}
</style>
border-color css
<style>
span { border-color: #917A11; }
span { border-color: rgb(145,122,17); }
td.TdClassName
{
border-color: #917A11;
}
.TagClassName
{
border-color: #917A11;
}
</style>