Shades of Hacienda #917D16
Tints of Hacienda #917D16
RGB
CMYK
RGB Variations
Color information
#917D16 (or 0x917D16) is known color: Hacienda. HEX triplet: 91, 7D and 16. RGB value is (145,125,22). Sum of RGB (Red+Green+Blue) = 145+125+22=292 (38% of max value = 765). Red value is 145 (57.03% from 255 or 49.66% from 292); Green value is 125 (49.22% from 255 or 42.81% from 292); Blue value is 22 (8.98% from 255 or 7.53% from 292); Max value from RGB is 145 - color contains mainly: red. Hex color #917D16 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #917D16 is #6E82E9. Grayscale: #777777. Windows color (decimal): -7242474 or 1473937. OLE color: 1473937.
HSL color Cylindrical-coordinate representation of color #917D16: hue angle of 50.24º 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 #917D16 is Cyan = 0, Magento = 0.14, Yellow = 0.85 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 125 | 22 | - |
| CMYK | 0 | 0.14 | 0.85 | 0.43 |
| HSL | 50.24º | 0.74% | 0.33% | - |
| HSV(B) | 50.24º | 0.85% | 0.57% | - |
| XYZ | 19.16 | 20.74 | 3.75 | - |
| YUV | 119.24 | 73.13 | 146.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 125 | 22 | 0 | 0.14 | 0.85 | 0.43 | 50.24 | 0.74 | 0.33 |
| Hex | 91 | 7D | 16 | 0 | E | 55 | 2B | 32 | 4A | 21 |
| Octal | 221 | 175 | 26 | 0 | 16 | 125 | 53 | 62 | 112 | 41 |
| Binary | 10010001 | 1111101 | 10110 | 0 | 1110 | 1010101 | 101011 | 110010 | 1001010 | 100001 |
Color Harmonies of #917D16
Complementary color
Monochromatic Colors of #917D16
Black with #917D16
Text Example
Text Example
White with #917D16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #917D16; }
p { color: rgb(145,125,22); }
H1.HeaderClassName
{
color: #917D16;
}
.AnyTagClassName
{
color: #917D16;
}
</style>
background-color css
<style>
a { background-color: #917D16; }
a { background-color: rgb(145,125,22); }
div.DivClassName
{
background-color: #917D16;
}
.BgClassName
{
background-color: #917D16;
}
</style>
border-color css
<style>
span { border-color: #917D16; }
span { border-color: rgb(145,125,22); }
td.TdClassName
{
border-color: #917D16;
}
.TagClassName
{
border-color: #917D16;
}
</style>