Shades of Hacienda #947D17
Tints of Hacienda #947D17
RGB
CMYK
RGB Variations
Color information
#947D17 (or 0x947D17) is known color: Hacienda. HEX triplet: 94, 7D and 17. RGB value is (148,125,23). Sum of RGB (Red+Green+Blue) = 148+125+23=296 (39% of max value = 765). Red value is 148 (58.20% from 255 or 50% from 296); Green value is 125 (49.22% from 255 or 42.23% from 296); Blue value is 23 (9.38% from 255 or 7.77% from 296); Max value from RGB is 148 - color contains mainly: red. Hex color #947D17 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #947D17 is #6B82E8. Grayscale: #787878. Windows color (decimal): -7045865 or 1539476. OLE color: 1539476.
HSL color Cylindrical-coordinate representation of color #947D17: hue angle of 48.96º degrees, saturation: 0.73, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #947D17 is Cyan = 0, Magento = 0.16, Yellow = 0.84 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 125 | 23 | - |
| CMYK | 0 | 0.16 | 0.84 | 0.42 |
| HSL | 48.96º | 0.73% | 0.34% | - |
| HSV(B) | 48.96º | 0.84% | 0.58% | - |
| XYZ | 19.7 | 21.02 | 3.83 | - |
| YUV | 120.25 | 73.12 | 147.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 125 | 23 | 0 | 0.16 | 0.84 | 0.42 | 48.96 | 0.73 | 0.34 |
| Hex | 94 | 7D | 17 | 0 | 10 | 54 | 2A | 31 | 49 | 22 |
| Octal | 224 | 175 | 27 | 0 | 20 | 124 | 52 | 61 | 111 | 42 |
| Binary | 10010100 | 1111101 | 10111 | 0 | 10000 | 1010100 | 101010 | 110001 | 1001001 | 100010 |
Color Harmonies of #947D17
Complementary color
Monochromatic Colors of #947D17
Black with #947D17
Text Example
Text Example
White with #947D17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #947D17; }
p { color: rgb(148,125,23); }
H1.HeaderClassName
{
color: #947D17;
}
.AnyTagClassName
{
color: #947D17;
}
</style>
background-color css
<style>
a { background-color: #947D17; }
a { background-color: rgb(148,125,23); }
div.DivClassName
{
background-color: #947D17;
}
.BgClassName
{
background-color: #947D17;
}
</style>
border-color css
<style>
span { border-color: #947D17; }
span { border-color: rgb(148,125,23); }
td.TdClassName
{
border-color: #947D17;
}
.TagClassName
{
border-color: #947D17;
}
</style>