Shades of Hacienda #917C0F
Tints of Hacienda #917C0F
RGB
CMYK
RGB Variations
Color information
#917C0F (or 0x917C0F) is known color: Hacienda. HEX triplet: 91, 7C and 0F. RGB value is (145,124,15). Sum of RGB (Red+Green+Blue) = 145+124+15=284 (37% of max value = 765). Red value is 145 (57.03% from 255 or 51.06% from 284); Green value is 124 (48.83% from 255 or 43.66% from 284); Blue value is 15 (6.25% from 255 or 5.28% from 284); Max value from RGB is 145 - color contains mainly: red. Hex color #917C0F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #917C0F is #6E83F0. Grayscale: #767676. Windows color (decimal): -7242737 or 1014929. OLE color: 1014929.
HSL color Cylindrical-coordinate representation of color #917C0F: hue angle of 50.31º degrees, saturation: 0.81, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #917C0F is Cyan = 0, Magento = 0.14, Yellow = 0.90 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 124 | 15 | - |
| CMYK | 0 | 0.14 | 0.90 | 0.43 |
| HSL | 50.31º | 0.81% | 0.31% | - |
| HSV(B) | 50.31º | 0.9% | 0.57% | - |
| XYZ | 18.97 | 20.47 | 3.4 | - |
| YUV | 117.85 | 69.96 | 147.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 124 | 15 | 0 | 0.14 | 0.90 | 0.43 | 50.31 | 0.81 | 0.31 |
| Hex | 91 | 7C | F | 0 | E | 5A | 2B | 32 | 51 | 1F |
| Octal | 221 | 174 | 17 | 0 | 16 | 132 | 53 | 62 | 121 | 37 |
| Binary | 10010001 | 1111100 | 1111 | 0 | 1110 | 1011010 | 101011 | 110010 | 1010001 | 11111 |
Color Harmonies of #917C0F
Complementary color
Monochromatic Colors of #917C0F
Black with #917C0F
Text Example
Text Example
White with #917C0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #917C0F; }
p { color: rgb(145,124,15); }
H1.HeaderClassName
{
color: #917C0F;
}
.AnyTagClassName
{
color: #917C0F;
}
</style>
background-color css
<style>
a { background-color: #917C0F; }
a { background-color: rgb(145,124,15); }
div.DivClassName
{
background-color: #917C0F;
}
.BgClassName
{
background-color: #917C0F;
}
</style>
border-color css
<style>
span { border-color: #917C0F; }
span { border-color: rgb(145,124,15); }
td.TdClassName
{
border-color: #917C0F;
}
.TagClassName
{
border-color: #917C0F;
}
</style>