Shades of Hacienda #947E0F
Tints of Hacienda #947E0F
RGB
CMYK
RGB Variations
Color information
#947E0F (or 0x947E0F) is known color: Hacienda. HEX triplet: 94, 7E and 0F. RGB value is (148,126,15). Sum of RGB (Red+Green+Blue) = 148+126+15=289 (38% of max value = 765). Red value is 148 (58.20% from 255 or 51.21% from 289); Green value is 126 (49.61% from 255 or 43.60% from 289); Blue value is 15 (6.25% from 255 or 5.19% from 289); Max value from RGB is 148 - color contains mainly: red. Hex color #947E0F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #947E0F is #6B81F0. Grayscale: #787878. Windows color (decimal): -7045617 or 1015444. OLE color: 1015444.
HSL color Cylindrical-coordinate representation of color #947E0F: hue angle of 50.08º degrees, saturation: 0.82, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #947E0F is Cyan = 0, Magento = 0.15, Yellow = 0.90 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 126 | 15 | - |
| CMYK | 0 | 0.15 | 0.90 | 0.42 |
| HSL | 50.08º | 0.82% | 0.32% | - |
| HSV(B) | 50.08º | 0.9% | 0.58% | - |
| XYZ | 19.76 | 21.25 | 3.51 | - |
| YUV | 119.92 | 68.79 | 148.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 126 | 15 | 0 | 0.15 | 0.90 | 0.42 | 50.08 | 0.82 | 0.32 |
| Hex | 94 | 7E | F | 0 | F | 5A | 2A | 32 | 52 | 20 |
| Octal | 224 | 176 | 17 | 0 | 17 | 132 | 52 | 62 | 122 | 40 |
| Binary | 10010100 | 1111110 | 1111 | 0 | 1111 | 1011010 | 101010 | 110010 | 1010010 | 100000 |
Color Harmonies of #947E0F
Complementary color
Monochromatic Colors of #947E0F
Black with #947E0F
Text Example
Text Example
White with #947E0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #947E0F; }
p { color: rgb(148,126,15); }
H1.HeaderClassName
{
color: #947E0F;
}
.AnyTagClassName
{
color: #947E0F;
}
</style>
background-color css
<style>
a { background-color: #947E0F; }
a { background-color: rgb(148,126,15); }
div.DivClassName
{
background-color: #947E0F;
}
.BgClassName
{
background-color: #947E0F;
}
</style>
border-color css
<style>
span { border-color: #947E0F; }
span { border-color: rgb(148,126,15); }
td.TdClassName
{
border-color: #947E0F;
}
.TagClassName
{
border-color: #947E0F;
}
</style>