Shades of Hacienda #917D13
Tints of Hacienda #917D13
RGB
CMYK
RGB Variations
Color information
#917D13 (or 0x917D13) is known color: Hacienda. HEX triplet: 91, 7D and 13. RGB value is (145,125,19). Sum of RGB (Red+Green+Blue) = 145+125+19=289 (38% of max value = 765). Red value is 145 (57.03% from 255 or 50.17% from 289); Green value is 125 (49.22% from 255 or 43.25% from 289); Blue value is 19 (7.81% from 255 or 6.57% from 289); Max value from RGB is 145 - color contains mainly: red. Hex color #917D13 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #917D13 is #6E82EC. Grayscale: #777777. Windows color (decimal): -7242477 or 1277329. OLE color: 1277329.
HSL color Cylindrical-coordinate representation of color #917D13: hue angle of 50.48º degrees, saturation: 0.77, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #917D13 is Cyan = 0, Magento = 0.14, Yellow = 0.87 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 125 | 19 | - |
| CMYK | 0 | 0.14 | 0.87 | 0.43 |
| HSL | 50.48º | 0.77% | 0.32% | - |
| HSV(B) | 50.48º | 0.87% | 0.57% | - |
| XYZ | 19.13 | 20.73 | 3.61 | - |
| YUV | 118.9 | 71.63 | 146.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 125 | 19 | 0 | 0.14 | 0.87 | 0.43 | 50.48 | 0.77 | 0.32 |
| Hex | 91 | 7D | 13 | 0 | E | 57 | 2B | 32 | 4D | 20 |
| Octal | 221 | 175 | 23 | 0 | 16 | 127 | 53 | 62 | 115 | 40 |
| Binary | 10010001 | 1111101 | 10011 | 0 | 1110 | 1010111 | 101011 | 110010 | 1001101 | 100000 |
Color Harmonies of #917D13
Complementary color
Monochromatic Colors of #917D13
Black with #917D13
Text Example
Text Example
White with #917D13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #917D13; }
p { color: rgb(145,125,19); }
H1.HeaderClassName
{
color: #917D13;
}
.AnyTagClassName
{
color: #917D13;
}
</style>
background-color css
<style>
a { background-color: #917D13; }
a { background-color: rgb(145,125,19); }
div.DivClassName
{
background-color: #917D13;
}
.BgClassName
{
background-color: #917D13;
}
</style>
border-color css
<style>
span { border-color: #917D13; }
span { border-color: rgb(145,125,19); }
td.TdClassName
{
border-color: #917D13;
}
.TagClassName
{
border-color: #917D13;
}
</style>