Shades of Hacienda #917D14
Tints of Hacienda #917D14
RGB
CMYK
RGB Variations
Color information
#917D14 (or 0x917D14) is known color: Hacienda. HEX triplet: 91, 7D and 14. RGB value is (145,125,20). Sum of RGB (Red+Green+Blue) = 145+125+20=290 (38% of max value = 765). Red value is 145 (57.03% from 255 or 50% from 290); Green value is 125 (49.22% from 255 or 43.10% from 290); Blue value is 20 (8.20% from 255 or 6.90% from 290); Max value from RGB is 145 - color contains mainly: red. Hex color #917D14 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #917D14 is #6E82EB. Grayscale: #777777. Windows color (decimal): -7242476 or 1342865. OLE color: 1342865.
HSL color Cylindrical-coordinate representation of color #917D14: hue angle of 50.4º degrees, saturation: 0.76, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #917D14 is Cyan = 0, Magento = 0.14, Yellow = 0.86 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 125 | 20 | - |
| CMYK | 0 | 0.14 | 0.86 | 0.43 |
| HSL | 50.4º | 0.76% | 0.32% | - |
| HSV(B) | 50.4º | 0.86% | 0.57% | - |
| XYZ | 19.14 | 20.74 | 3.66 | - |
| YUV | 119.01 | 72.13 | 146.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 125 | 20 | 0 | 0.14 | 0.86 | 0.43 | 50.4 | 0.76 | 0.32 |
| Hex | 91 | 7D | 14 | 0 | E | 56 | 2B | 32 | 4C | 20 |
| Octal | 221 | 175 | 24 | 0 | 16 | 126 | 53 | 62 | 114 | 40 |
| Binary | 10010001 | 1111101 | 10100 | 0 | 1110 | 1010110 | 101011 | 110010 | 1001100 | 100000 |
Color Harmonies of #917D14
Complementary color
Monochromatic Colors of #917D14
Black with #917D14
Text Example
Text Example
White with #917D14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #917D14; }
p { color: rgb(145,125,20); }
H1.HeaderClassName
{
color: #917D14;
}
.AnyTagClassName
{
color: #917D14;
}
</style>
background-color css
<style>
a { background-color: #917D14; }
a { background-color: rgb(145,125,20); }
div.DivClassName
{
background-color: #917D14;
}
.BgClassName
{
background-color: #917D14;
}
</style>
border-color css
<style>
span { border-color: #917D14; }
span { border-color: rgb(145,125,20); }
td.TdClassName
{
border-color: #917D14;
}
.TagClassName
{
border-color: #917D14;
}
</style>