Shades of Hacienda #947C11
Tints of Hacienda #947C11
RGB
CMYK
RGB Variations
Color information
#947C11 (or 0x947C11) is known color: Hacienda. HEX triplet: 94, 7C and 11. RGB value is (148,124,17). Sum of RGB (Red+Green+Blue) = 148+124+17=289 (38% of max value = 765). Red value is 148 (58.20% from 255 or 51.21% from 289); Green value is 124 (48.83% from 255 or 42.91% from 289); Blue value is 17 (7.03% from 255 or 5.88% from 289); Max value from RGB is 148 - color contains mainly: red. Hex color #947C11 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #947C11 is #6B83EE. Grayscale: #777777. Windows color (decimal): -7046127 or 1146004. OLE color: 1146004.
HSL color Cylindrical-coordinate representation of color #947C11: hue angle of 49.01º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #947C11 is Cyan = 0, Magento = 0.16, Yellow = 0.89 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 124 | 17 | - |
| CMYK | 0 | 0.16 | 0.89 | 0.42 |
| HSL | 49.01º | 0.79% | 0.32% | - |
| HSV(B) | 49.01º | 0.89% | 0.58% | - |
| XYZ | 19.52 | 20.75 | 3.51 | - |
| YUV | 118.98 | 70.45 | 148.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 124 | 17 | 0 | 0.16 | 0.89 | 0.42 | 49.01 | 0.79 | 0.32 |
| Hex | 94 | 7C | 11 | 0 | 10 | 59 | 2A | 31 | 4F | 20 |
| Octal | 224 | 174 | 21 | 0 | 20 | 131 | 52 | 61 | 117 | 40 |
| Binary | 10010100 | 1111100 | 10001 | 0 | 10000 | 1011001 | 101010 | 110001 | 1001111 | 100000 |
Color Harmonies of #947C11
Complementary color
Monochromatic Colors of #947C11
Black with #947C11
Text Example
Text Example
White with #947C11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #947C11; }
p { color: rgb(148,124,17); }
H1.HeaderClassName
{
color: #947C11;
}
.AnyTagClassName
{
color: #947C11;
}
</style>
background-color css
<style>
a { background-color: #947C11; }
a { background-color: rgb(148,124,17); }
div.DivClassName
{
background-color: #947C11;
}
.BgClassName
{
background-color: #947C11;
}
</style>
border-color css
<style>
span { border-color: #947C11; }
span { border-color: rgb(148,124,17); }
td.TdClassName
{
border-color: #947C11;
}
.TagClassName
{
border-color: #947C11;
}
</style>