Shades of Hacienda #947F16
Tints of Hacienda #947F16
RGB
CMYK
RGB Variations
Color information
#947F16 (or 0x947F16) is known color: Hacienda. HEX triplet: 94, 7F and 16. RGB value is (148,127,22). Sum of RGB (Red+Green+Blue) = 148+127+22=297 (39% of max value = 765). Red value is 148 (58.20% from 255 or 49.83% from 297); Green value is 127 (50% from 255 or 42.76% from 297); Blue value is 22 (8.98% from 255 or 7.41% from 297); Max value from RGB is 148 - color contains mainly: red. Hex color #947F16 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #947F16 is #6B80E9. Grayscale: #797979. Windows color (decimal): -7045354 or 1474452. OLE color: 1474452.
HSL color Cylindrical-coordinate representation of color #947F16: hue angle of 50º degrees, saturation: 0.74, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #947F16 is Cyan = 0, Magento = 0.14, Yellow = 0.85 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 127 | 22 | - |
| CMYK | 0 | 0.14 | 0.85 | 0.42 |
| HSL | 50º | 0.74% | 0.33% | - |
| HSV(B) | 50º | 0.85% | 0.58% | - |
| XYZ | 19.95 | 21.53 | 3.86 | - |
| YUV | 121.31 | 71.96 | 147.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 127 | 22 | 0 | 0.14 | 0.85 | 0.42 | 50 | 0.74 | 0.33 |
| Hex | 94 | 7F | 16 | 0 | E | 55 | 2A | 32 | 4A | 21 |
| Octal | 224 | 177 | 26 | 0 | 16 | 125 | 52 | 62 | 112 | 41 |
| Binary | 10010100 | 1111111 | 10110 | 0 | 1110 | 1010101 | 101010 | 110010 | 1001010 | 100001 |
Color Harmonies of #947F16
Complementary color
Monochromatic Colors of #947F16
Black with #947F16
Text Example
Text Example
White with #947F16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #947F16; }
p { color: rgb(148,127,22); }
H1.HeaderClassName
{
color: #947F16;
}
.AnyTagClassName
{
color: #947F16;
}
</style>
background-color css
<style>
a { background-color: #947F16; }
a { background-color: rgb(148,127,22); }
div.DivClassName
{
background-color: #947F16;
}
.BgClassName
{
background-color: #947F16;
}
</style>
border-color css
<style>
span { border-color: #947F16; }
span { border-color: rgb(148,127,22); }
td.TdClassName
{
border-color: #947F16;
}
.TagClassName
{
border-color: #947F16;
}
</style>