Shades of Hacienda #947D14
Tints of Hacienda #947D14
RGB
CMYK
RGB Variations
Color information
#947D14 (or 0x947D14) is known color: Hacienda. HEX triplet: 94, 7D and 14. RGB value is (148,125,20). Sum of RGB (Red+Green+Blue) = 148+125+20=293 (38% of max value = 765). Red value is 148 (58.20% from 255 or 50.51% from 293); Green value is 125 (49.22% from 255 or 42.66% from 293); Blue value is 20 (8.20% from 255 or 6.83% from 293); Max value from RGB is 148 - color contains mainly: red. Hex color #947D14 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #947D14 is #6B82EB. Grayscale: #787878. Windows color (decimal): -7045868 or 1342868. OLE color: 1342868.
HSL color Cylindrical-coordinate representation of color #947D14: hue angle of 49.22º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #947D14 is Cyan = 0, Magento = 0.16, Yellow = 0.86 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 125 | 20 | - |
| CMYK | 0 | 0.16 | 0.86 | 0.42 |
| HSL | 49.22º | 0.76% | 0.33% | - |
| HSV(B) | 49.22º | 0.86% | 0.58% | - |
| XYZ | 19.67 | 21.01 | 3.68 | - |
| YUV | 119.91 | 71.62 | 148.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 125 | 20 | 0 | 0.16 | 0.86 | 0.42 | 49.22 | 0.76 | 0.33 |
| Hex | 94 | 7D | 14 | 0 | 10 | 56 | 2A | 31 | 4C | 21 |
| Octal | 224 | 175 | 24 | 0 | 20 | 126 | 52 | 61 | 114 | 41 |
| Binary | 10010100 | 1111101 | 10100 | 0 | 10000 | 1010110 | 101010 | 110001 | 1001100 | 100001 |
Color Harmonies of #947D14
Complementary color
Monochromatic Colors of #947D14
Black with #947D14
Text Example
Text Example
White with #947D14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #947D14; }
p { color: rgb(148,125,20); }
H1.HeaderClassName
{
color: #947D14;
}
.AnyTagClassName
{
color: #947D14;
}
</style>
background-color css
<style>
a { background-color: #947D14; }
a { background-color: rgb(148,125,20); }
div.DivClassName
{
background-color: #947D14;
}
.BgClassName
{
background-color: #947D14;
}
</style>
border-color css
<style>
span { border-color: #947D14; }
span { border-color: rgb(148,125,20); }
td.TdClassName
{
border-color: #947D14;
}
.TagClassName
{
border-color: #947D14;
}
</style>