Shades of Hacienda #937F19
Tints of Hacienda #937F19
RGB
CMYK
RGB Variations
Color information
#937F19 (or 0x937F19) is known color: Hacienda. HEX triplet: 93, 7F and 19. RGB value is (147,127,25). Sum of RGB (Red+Green+Blue) = 147+127+25=299 (39% of max value = 765). Red value is 147 (57.81% from 255 or 49.16% from 299); Green value is 127 (50% from 255 or 42.47% from 299); Blue value is 25 (10.16% from 255 or 8.36% from 299); Max value from RGB is 147 - color contains mainly: red. Hex color #937F19 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #937F19 is #6C80E6. Grayscale: #797979. Windows color (decimal): -7110887 or 1671059. OLE color: 1671059.
HSL color Cylindrical-coordinate representation of color #937F19: hue angle of 50.16º 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 #937F19 is Cyan = 0, Magento = 0.14, Yellow = 0.83 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 127 | 25 | - |
| CMYK | 0 | 0.14 | 0.83 | 0.42 |
| HSL | 50.16º | 0.71% | 0.34% | - |
| HSV(B) | 50.16º | 0.83% | 0.58% | - |
| XYZ | 19.8 | 21.45 | 4.02 | - |
| YUV | 121.35 | 73.63 | 146.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 127 | 25 | 0 | 0.14 | 0.83 | 0.42 | 50.16 | 0.71 | 0.34 |
| Hex | 93 | 7F | 19 | 0 | E | 53 | 2A | 32 | 47 | 22 |
| Octal | 223 | 177 | 31 | 0 | 16 | 123 | 52 | 62 | 107 | 42 |
| Binary | 10010011 | 1111111 | 11001 | 0 | 1110 | 1010011 | 101010 | 110010 | 1000111 | 100010 |
Color Harmonies of #937F19
Complementary color
Monochromatic Colors of #937F19
Black with #937F19
Text Example
Text Example
White with #937F19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #937F19; }
p { color: rgb(147,127,25); }
H1.HeaderClassName
{
color: #937F19;
}
.AnyTagClassName
{
color: #937F19;
}
</style>
background-color css
<style>
a { background-color: #937F19; }
a { background-color: rgb(147,127,25); }
div.DivClassName
{
background-color: #937F19;
}
.BgClassName
{
background-color: #937F19;
}
</style>
border-color css
<style>
span { border-color: #937F19; }
span { border-color: rgb(147,127,25); }
td.TdClassName
{
border-color: #937F19;
}
.TagClassName
{
border-color: #937F19;
}
</style>