Shades of Hacienda #917A16
Tints of Hacienda #917A16
RGB
CMYK
RGB Variations
Color information
#917A16 (or 0x917A16) is known color: Hacienda. HEX triplet: 91, 7A and 16. RGB value is (145,122,22). Sum of RGB (Red+Green+Blue) = 145+122+22=289 (38% of max value = 765). Red value is 145 (57.03% from 255 or 50.17% from 289); Green value is 122 (48.05% from 255 or 42.21% from 289); Blue value is 22 (8.98% from 255 or 7.61% from 289); Max value from RGB is 145 - color contains mainly: red. Hex color #917A16 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #917A16 is #6E85E9. Grayscale: #757575. Windows color (decimal): -7243242 or 1473169. OLE color: 1473169.
HSL color Cylindrical-coordinate representation of color #917A16: hue angle of 48.78º degrees, saturation: 0.74, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #917A16 is Cyan = 0, Magento = 0.16, Yellow = 0.85 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 122 | 22 | - |
| CMYK | 0 | 0.16 | 0.85 | 0.43 |
| HSL | 48.78º | 0.74% | 0.33% | - |
| HSV(B) | 48.78º | 0.85% | 0.57% | - |
| XYZ | 18.78 | 20 | 3.63 | - |
| YUV | 117.48 | 74.12 | 147.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 122 | 22 | 0 | 0.16 | 0.85 | 0.43 | 48.78 | 0.74 | 0.33 |
| Hex | 91 | 7A | 16 | 0 | 10 | 55 | 2B | 31 | 4A | 21 |
| Octal | 221 | 172 | 26 | 0 | 20 | 125 | 53 | 61 | 112 | 41 |
| Binary | 10010001 | 1111010 | 10110 | 0 | 10000 | 1010101 | 101011 | 110001 | 1001010 | 100001 |
Color Harmonies of #917A16
Complementary color
Monochromatic Colors of #917A16
Black with #917A16
Text Example
Text Example
White with #917A16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #917A16; }
p { color: rgb(145,122,22); }
H1.HeaderClassName
{
color: #917A16;
}
.AnyTagClassName
{
color: #917A16;
}
</style>
background-color css
<style>
a { background-color: #917A16; }
a { background-color: rgb(145,122,22); }
div.DivClassName
{
background-color: #917A16;
}
.BgClassName
{
background-color: #917A16;
}
</style>
border-color css
<style>
span { border-color: #917A16; }
span { border-color: rgb(145,122,22); }
td.TdClassName
{
border-color: #917A16;
}
.TagClassName
{
border-color: #917A16;
}
</style>