Shades of Hacienda #947D13
Tints of Hacienda #947D13
RGB
CMYK
RGB Variations
Color information
#947D13 (or 0x947D13) is known color: Hacienda. HEX triplet: 94, 7D and 13. RGB value is (148,125,19). Sum of RGB (Red+Green+Blue) = 148+125+19=292 (38% of max value = 765). Red value is 148 (58.20% from 255 or 50.68% from 292); Green value is 125 (49.22% from 255 or 42.81% from 292); Blue value is 19 (7.81% from 255 or 6.51% from 292); Max value from RGB is 148 - color contains mainly: red. Hex color #947D13 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #947D13 is #6B82EC. Grayscale: #787878. Windows color (decimal): -7045869 or 1277332. OLE color: 1277332.
HSL color Cylindrical-coordinate representation of color #947D13: hue angle of 49.3º degrees, saturation: 0.77, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #947D13 is Cyan = 0, Magento = 0.16, Yellow = 0.87 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 125 | 19 | - |
| CMYK | 0 | 0.16 | 0.87 | 0.42 |
| HSL | 49.3º | 0.77% | 0.33% | - |
| HSV(B) | 49.3º | 0.87% | 0.58% | - |
| XYZ | 19.66 | 21.01 | 3.64 | - |
| YUV | 119.79 | 71.12 | 148.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 125 | 19 | 0 | 0.16 | 0.87 | 0.42 | 49.3 | 0.77 | 0.33 |
| Hex | 94 | 7D | 13 | 0 | 10 | 57 | 2A | 31 | 4D | 21 |
| Octal | 224 | 175 | 23 | 0 | 20 | 127 | 52 | 61 | 115 | 41 |
| Binary | 10010100 | 1111101 | 10011 | 0 | 10000 | 1010111 | 101010 | 110001 | 1001101 | 100001 |
Color Harmonies of #947D13
Complementary color
Monochromatic Colors of #947D13
Black with #947D13
Text Example
Text Example
White with #947D13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #947D13; }
p { color: rgb(148,125,19); }
H1.HeaderClassName
{
color: #947D13;
}
.AnyTagClassName
{
color: #947D13;
}
</style>
background-color css
<style>
a { background-color: #947D13; }
a { background-color: rgb(148,125,19); }
div.DivClassName
{
background-color: #947D13;
}
.BgClassName
{
background-color: #947D13;
}
</style>
border-color css
<style>
span { border-color: #947D13; }
span { border-color: rgb(148,125,19); }
td.TdClassName
{
border-color: #947D13;
}
.TagClassName
{
border-color: #947D13;
}
</style>