Shades of Hacienda #937D11
Tints of Hacienda #937D11
RGB
CMYK
RGB Variations
Color information
#937D11 (or 0x937D11) is known color: Hacienda. HEX triplet: 93, 7D and 11. RGB value is (147,125,17). Sum of RGB (Red+Green+Blue) = 147+125+17=289 (38% of max value = 765). Red value is 147 (57.81% from 255 or 50.87% from 289); Green value is 125 (49.22% from 255 or 43.25% from 289); Blue value is 17 (7.03% from 255 or 5.88% from 289); Max value from RGB is 147 - color contains mainly: red. Hex color #937D11 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #937D11 is #6C82EE. Grayscale: #777777. Windows color (decimal): -7111407 or 1146259. OLE color: 1146259.
HSL color Cylindrical-coordinate representation of color #937D11: hue angle of 49.85º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #937D11 is Cyan = 0, Magento = 0.15, Yellow = 0.88 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 125 | 17 | - |
| CMYK | 0 | 0.15 | 0.88 | 0.42 |
| HSL | 49.85º | 0.79% | 0.32% | - |
| HSV(B) | 49.85º | 0.88% | 0.58% | - |
| XYZ | 19.47 | 20.91 | 3.54 | - |
| YUV | 119.27 | 70.29 | 147.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 125 | 17 | 0 | 0.15 | 0.88 | 0.42 | 49.85 | 0.79 | 0.32 |
| Hex | 93 | 7D | 11 | 0 | F | 58 | 2A | 32 | 4F | 20 |
| Octal | 223 | 175 | 21 | 0 | 17 | 130 | 52 | 62 | 117 | 40 |
| Binary | 10010011 | 1111101 | 10001 | 0 | 1111 | 1011000 | 101010 | 110010 | 1001111 | 100000 |
Color Harmonies of #937D11
Complementary color
Monochromatic Colors of #937D11
Black with #937D11
Text Example
Text Example
White with #937D11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #937D11; }
p { color: rgb(147,125,17); }
H1.HeaderClassName
{
color: #937D11;
}
.AnyTagClassName
{
color: #937D11;
}
</style>
background-color css
<style>
a { background-color: #937D11; }
a { background-color: rgb(147,125,17); }
div.DivClassName
{
background-color: #937D11;
}
.BgClassName
{
background-color: #937D11;
}
</style>
border-color css
<style>
span { border-color: #937D11; }
span { border-color: rgb(147,125,17); }
td.TdClassName
{
border-color: #937D11;
}
.TagClassName
{
border-color: #937D11;
}
</style>