Shades of Hacienda #947619
Tints of Hacienda #947619
RGB
CMYK
RGB Variations
Color information
#947619 (or 0x947619) is known color: Hacienda. HEX triplet: 94, 76 and 19. RGB value is (148,118,25). Sum of RGB (Red+Green+Blue) = 148+118+25=291 (38% of max value = 765). Red value is 148 (58.20% from 255 or 50.86% from 291); Green value is 118 (46.48% from 255 or 40.55% from 291); Blue value is 25 (10.16% from 255 or 8.59% from 291); Max value from RGB is 148 - color contains mainly: red. Hex color #947619 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #947619 is #6B89E6. Grayscale: #747474. Windows color (decimal): -7047655 or 1668756. OLE color: 1668756.
HSL color Cylindrical-coordinate representation of color #947619: hue angle of 45.37º degrees, saturation: 0.71, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #947619 is Cyan = 0, Magento = 0.20, Yellow = 0.83 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 118 | 25 | - |
| CMYK | 0 | 0.20 | 0.83 | 0.42 |
| HSL | 45.37º | 0.71% | 0.34% | - |
| HSV(B) | 45.37º | 0.83% | 0.58% | - |
| XYZ | 18.87 | 19.32 | 3.66 | - |
| YUV | 116.37 | 76.44 | 150.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 118 | 25 | 0 | 0.20 | 0.83 | 0.42 | 45.37 | 0.71 | 0.34 |
| Hex | 94 | 76 | 19 | 0 | 14 | 53 | 2A | 2D | 47 | 22 |
| Octal | 224 | 166 | 31 | 0 | 24 | 123 | 52 | 55 | 107 | 42 |
| Binary | 10010100 | 1110110 | 11001 | 0 | 10100 | 1010011 | 101010 | 101101 | 1000111 | 100010 |
Color Harmonies of #947619
Complementary color
Monochromatic Colors of #947619
Black with #947619
Text Example
Text Example
White with #947619
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #947619; }
p { color: rgb(148,118,25); }
H1.HeaderClassName
{
color: #947619;
}
.AnyTagClassName
{
color: #947619;
}
</style>
background-color css
<style>
a { background-color: #947619; }
a { background-color: rgb(148,118,25); }
div.DivClassName
{
background-color: #947619;
}
.BgClassName
{
background-color: #947619;
}
</style>
border-color css
<style>
span { border-color: #947619; }
span { border-color: rgb(148,118,25); }
td.TdClassName
{
border-color: #947619;
}
.TagClassName
{
border-color: #947619;
}
</style>