Shades of Hacienda #937F16
Tints of Hacienda #937F16
RGB
CMYK
RGB Variations
Color information
#937F16 (or 0x937F16) is known color: Hacienda. HEX triplet: 93, 7F and 16. RGB value is (147,127,22). Sum of RGB (Red+Green+Blue) = 147+127+22=296 (39% of max value = 765). Red value is 147 (57.81% from 255 or 49.66% from 296); Green value is 127 (50% from 255 or 42.91% from 296); Blue value is 22 (8.98% from 255 or 7.43% from 296); Max value from RGB is 147 - color contains mainly: red. Hex color #937F16 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #937F16 is #6C80E9. Grayscale: #797979. Windows color (decimal): -7110890 or 1474451. OLE color: 1474451.
HSL color Cylindrical-coordinate representation of color #937F16: hue angle of 50.4º degrees, saturation: 0.74, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #937F16 is Cyan = 0, Magento = 0.14, Yellow = 0.85 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 127 | 22 | - |
| CMYK | 0 | 0.14 | 0.85 | 0.42 |
| HSL | 50.4º | 0.74% | 0.33% | - |
| HSV(B) | 50.4º | 0.85% | 0.58% | - |
| XYZ | 19.77 | 21.44 | 3.86 | - |
| YUV | 121.01 | 72.13 | 146.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 127 | 22 | 0 | 0.14 | 0.85 | 0.42 | 50.4 | 0.74 | 0.33 |
| Hex | 93 | 7F | 16 | 0 | E | 55 | 2A | 32 | 4A | 21 |
| Octal | 223 | 177 | 26 | 0 | 16 | 125 | 52 | 62 | 112 | 41 |
| Binary | 10010011 | 1111111 | 10110 | 0 | 1110 | 1010101 | 101010 | 110010 | 1001010 | 100001 |
Color Harmonies of #937F16
Complementary color
Monochromatic Colors of #937F16
Black with #937F16
Text Example
Text Example
White with #937F16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #937F16; }
p { color: rgb(147,127,22); }
H1.HeaderClassName
{
color: #937F16;
}
.AnyTagClassName
{
color: #937F16;
}
</style>
background-color css
<style>
a { background-color: #937F16; }
a { background-color: rgb(147,127,22); }
div.DivClassName
{
background-color: #937F16;
}
.BgClassName
{
background-color: #937F16;
}
</style>
border-color css
<style>
span { border-color: #937F16; }
span { border-color: rgb(147,127,22); }
td.TdClassName
{
border-color: #937F16;
}
.TagClassName
{
border-color: #937F16;
}
</style>