Shades of Hacienda #917F14
Tints of Hacienda #917F14
RGB
CMYK
RGB Variations
Color information
#917F14 (or 0x917F14) is known color: Hacienda. HEX triplet: 91, 7F and 14. RGB value is (145,127,20). Sum of RGB (Red+Green+Blue) = 145+127+20=292 (38% of max value = 765). Red value is 145 (57.03% from 255 or 49.66% from 292); Green value is 127 (50% from 255 or 43.49% from 292); Blue value is 20 (8.20% from 255 or 6.85% from 292); Max value from RGB is 145 - color contains mainly: red. Hex color #917F14 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #917F14 is #6E80EB. Grayscale: #787878. Windows color (decimal): -7241964 or 1343377. OLE color: 1343377.
HSL color Cylindrical-coordinate representation of color #917F14: hue angle of 51.36º 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 #917F14 is Cyan = 0, Magento = 0.12, Yellow = 0.86 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 127 | 20 | - |
| CMYK | 0 | 0.12 | 0.86 | 0.43 |
| HSL | 51.36º | 0.76% | 0.32% | - |
| HSV(B) | 51.36º | 0.86% | 0.57% | - |
| XYZ | 19.39 | 21.25 | 3.74 | - |
| YUV | 120.18 | 71.46 | 145.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 127 | 20 | 0 | 0.12 | 0.86 | 0.43 | 51.36 | 0.76 | 0.32 |
| Hex | 91 | 7F | 14 | 0 | C | 56 | 2B | 33 | 4C | 20 |
| Octal | 221 | 177 | 24 | 0 | 14 | 126 | 53 | 63 | 114 | 40 |
| Binary | 10010001 | 1111111 | 10100 | 0 | 1100 | 1010110 | 101011 | 110011 | 1001100 | 100000 |
Color Harmonies of #917F14
Complementary color
Monochromatic Colors of #917F14
Black with #917F14
Text Example
Text Example
White with #917F14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #917F14; }
p { color: rgb(145,127,20); }
H1.HeaderClassName
{
color: #917F14;
}
.AnyTagClassName
{
color: #917F14;
}
</style>
background-color css
<style>
a { background-color: #917F14; }
a { background-color: rgb(145,127,20); }
div.DivClassName
{
background-color: #917F14;
}
.BgClassName
{
background-color: #917F14;
}
</style>
border-color css
<style>
span { border-color: #917F14; }
span { border-color: rgb(145,127,20); }
td.TdClassName
{
border-color: #917F14;
}
.TagClassName
{
border-color: #917F14;
}
</style>