Shades of Hacienda #947E19
Tints of Hacienda #947E19
RGB
CMYK
RGB Variations
Color information
#947E19 (or 0x947E19) is known color: Hacienda. HEX triplet: 94, 7E and 19. RGB value is (148,126,25). Sum of RGB (Red+Green+Blue) = 148+126+25=299 (39% of max value = 765). Red value is 148 (58.20% from 255 or 49.50% from 299); Green value is 126 (49.61% from 255 or 42.14% from 299); Blue value is 25 (10.16% from 255 or 8.36% from 299); Max value from RGB is 148 - color contains mainly: red. Hex color #947E19 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #947E19 is #6B81E6. Grayscale: #797979. Windows color (decimal): -7045607 or 1670804. OLE color: 1670804.
HSL color Cylindrical-coordinate representation of color #947E19: hue angle of 49.27º degrees, saturation: 0.71, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #947E19 is Cyan = 0, Magento = 0.15, Yellow = 0.83 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 126 | 25 | - |
| CMYK | 0 | 0.15 | 0.83 | 0.42 |
| HSL | 49.27º | 0.71% | 0.34% | - |
| HSV(B) | 49.27º | 0.83% | 0.58% | - |
| XYZ | 19.85 | 21.29 | 3.98 | - |
| YUV | 121.06 | 73.79 | 147.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 126 | 25 | 0 | 0.15 | 0.83 | 0.42 | 49.27 | 0.71 | 0.34 |
| Hex | 94 | 7E | 19 | 0 | F | 53 | 2A | 31 | 47 | 22 |
| Octal | 224 | 176 | 31 | 0 | 17 | 123 | 52 | 61 | 107 | 42 |
| Binary | 10010100 | 1111110 | 11001 | 0 | 1111 | 1010011 | 101010 | 110001 | 1000111 | 100010 |
Color Harmonies of #947E19
Complementary color
Monochromatic Colors of #947E19
Black with #947E19
Text Example
Text Example
White with #947E19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #947E19; }
p { color: rgb(148,126,25); }
H1.HeaderClassName
{
color: #947E19;
}
.AnyTagClassName
{
color: #947E19;
}
</style>
background-color css
<style>
a { background-color: #947E19; }
a { background-color: rgb(148,126,25); }
div.DivClassName
{
background-color: #947E19;
}
.BgClassName
{
background-color: #947E19;
}
</style>
border-color css
<style>
span { border-color: #947E19; }
span { border-color: rgb(148,126,25); }
td.TdClassName
{
border-color: #947E19;
}
.TagClassName
{
border-color: #947E19;
}
</style>