Shades of Hacienda #917C17
Tints of Hacienda #917C17
RGB
CMYK
RGB Variations
Color information
#917C17 (or 0x917C17) is known color: Hacienda. HEX triplet: 91, 7C and 17. RGB value is (145,124,23). Sum of RGB (Red+Green+Blue) = 145+124+23=292 (38% of max value = 765). Red value is 145 (57.03% from 255 or 49.66% from 292); Green value is 124 (48.83% from 255 or 42.47% from 292); Blue value is 23 (9.38% from 255 or 7.88% from 292); Max value from RGB is 145 - color contains mainly: red. Hex color #917C17 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #917C17 is #6E83E8. Grayscale: #777777. Windows color (decimal): -7242729 or 1539217. OLE color: 1539217.
HSL color Cylindrical-coordinate representation of color #917C17: hue angle of 49.67º degrees, saturation: 0.73, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #917C17 is Cyan = 0, Magento = 0.14, Yellow = 0.84 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 124 | 23 | - |
| CMYK | 0 | 0.14 | 0.84 | 0.43 |
| HSL | 49.67º | 0.73% | 0.33% | - |
| HSV(B) | 49.67º | 0.84% | 0.57% | - |
| XYZ | 19.04 | 20.5 | 3.76 | - |
| YUV | 118.77 | 73.96 | 146.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 124 | 23 | 0 | 0.14 | 0.84 | 0.43 | 49.67 | 0.73 | 0.33 |
| Hex | 91 | 7C | 17 | 0 | E | 54 | 2B | 32 | 49 | 21 |
| Octal | 221 | 174 | 27 | 0 | 16 | 124 | 53 | 62 | 111 | 41 |
| Binary | 10010001 | 1111100 | 10111 | 0 | 1110 | 1010100 | 101011 | 110010 | 1001001 | 100001 |
Color Harmonies of #917C17
Complementary color
Monochromatic Colors of #917C17
Black with #917C17
Text Example
Text Example
White with #917C17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #917C17; }
p { color: rgb(145,124,23); }
H1.HeaderClassName
{
color: #917C17;
}
.AnyTagClassName
{
color: #917C17;
}
</style>
background-color css
<style>
a { background-color: #917C17; }
a { background-color: rgb(145,124,23); }
div.DivClassName
{
background-color: #917C17;
}
.BgClassName
{
background-color: #917C17;
}
</style>
border-color css
<style>
span { border-color: #917C17; }
span { border-color: rgb(145,124,23); }
td.TdClassName
{
border-color: #917C17;
}
.TagClassName
{
border-color: #917C17;
}
</style>