Shades of Hacienda #947A17
Tints of Hacienda #947A17
RGB
CMYK
RGB Variations
Color information
#947A17 (or 0x947A17) is known color: Hacienda. HEX triplet: 94, 7A and 17. RGB value is (148,122,23). Sum of RGB (Red+Green+Blue) = 148+122+23=293 (38% of max value = 765). Red value is 148 (58.20% from 255 or 50.51% from 293); Green value is 122 (48.05% from 255 or 41.64% from 293); Blue value is 23 (9.38% from 255 or 7.85% from 293); Max value from RGB is 148 - color contains mainly: red. Hex color #947A17 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #947A17 is #6B85E8. Grayscale: #767676. Windows color (decimal): -7046633 or 1538708. OLE color: 1538708.
HSL color Cylindrical-coordinate representation of color #947A17: hue angle of 47.52º 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 #947A17 is Cyan = 0, Magento = 0.18, Yellow = 0.84 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 122 | 23 | - |
| CMYK | 0 | 0.18 | 0.84 | 0.42 |
| HSL | 47.52º | 0.73% | 0.34% | - |
| HSV(B) | 47.52º | 0.84% | 0.58% | - |
| XYZ | 19.33 | 20.28 | 3.71 | - |
| YUV | 118.49 | 74.11 | 149.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 122 | 23 | 0 | 0.18 | 0.84 | 0.42 | 47.52 | 0.73 | 0.34 |
| Hex | 94 | 7A | 17 | 0 | 12 | 54 | 2A | 30 | 49 | 22 |
| Octal | 224 | 172 | 27 | 0 | 22 | 124 | 52 | 60 | 111 | 42 |
| Binary | 10010100 | 1111010 | 10111 | 0 | 10010 | 1010100 | 101010 | 110000 | 1001001 | 100010 |
Color Harmonies of #947A17
Complementary color
Monochromatic Colors of #947A17
Black with #947A17
Text Example
Text Example
White with #947A17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #947A17; }
p { color: rgb(148,122,23); }
H1.HeaderClassName
{
color: #947A17;
}
.AnyTagClassName
{
color: #947A17;
}
</style>
background-color css
<style>
a { background-color: #947A17; }
a { background-color: rgb(148,122,23); }
div.DivClassName
{
background-color: #947A17;
}
.BgClassName
{
background-color: #947A17;
}
</style>
border-color css
<style>
span { border-color: #947A17; }
span { border-color: rgb(148,122,23); }
td.TdClassName
{
border-color: #947A17;
}
.TagClassName
{
border-color: #947A17;
}
</style>