Shades of Hacienda #947B16
Tints of Hacienda #947B16
RGB
CMYK
RGB Variations
Color information
#947B16 (or 0x947B16) is known color: Hacienda. HEX triplet: 94, 7B and 16. RGB value is (148,123,22). Sum of RGB (Red+Green+Blue) = 148+123+22=293 (38% of max value = 765). Red value is 148 (58.20% from 255 or 50.51% from 293); Green value is 123 (48.44% from 255 or 41.98% from 293); Blue value is 22 (8.98% from 255 or 7.51% from 293); Max value from RGB is 148 - color contains mainly: red. Hex color #947B16 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #947B16 is #6B84E9. Grayscale: #777777. Windows color (decimal): -7046378 or 1473428. OLE color: 1473428.
HSL color Cylindrical-coordinate representation of color #947B16: hue angle of 48.1º 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 #947B16 is Cyan = 0, Magento = 0.17, Yellow = 0.85 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 123 | 22 | - |
| CMYK | 0 | 0.17 | 0.85 | 0.42 |
| HSL | 48.1º | 0.74% | 0.33% | - |
| HSV(B) | 48.1º | 0.85% | 0.58% | - |
| XYZ | 19.44 | 20.52 | 3.7 | - |
| YUV | 118.96 | 73.28 | 148.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 123 | 22 | 0 | 0.17 | 0.85 | 0.42 | 48.1 | 0.74 | 0.33 |
| Hex | 94 | 7B | 16 | 0 | 11 | 55 | 2A | 30 | 4A | 21 |
| Octal | 224 | 173 | 26 | 0 | 21 | 125 | 52 | 60 | 112 | 41 |
| Binary | 10010100 | 1111011 | 10110 | 0 | 10001 | 1010101 | 101010 | 110000 | 1001010 | 100001 |
Color Harmonies of #947B16
Complementary color
Monochromatic Colors of #947B16
Black with #947B16
Text Example
Text Example
White with #947B16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #947B16; }
p { color: rgb(148,123,22); }
H1.HeaderClassName
{
color: #947B16;
}
.AnyTagClassName
{
color: #947B16;
}
</style>
background-color css
<style>
a { background-color: #947B16; }
a { background-color: rgb(148,123,22); }
div.DivClassName
{
background-color: #947B16;
}
.BgClassName
{
background-color: #947B16;
}
</style>
border-color css
<style>
span { border-color: #947B16; }
span { border-color: rgb(148,123,22); }
td.TdClassName
{
border-color: #947B16;
}
.TagClassName
{
border-color: #947B16;
}
</style>