Shades of Hacienda #937C12
Tints of Hacienda #937C12
RGB
CMYK
RGB Variations
Color information
#937C12 (or 0x937C12) is known color: Hacienda. HEX triplet: 93, 7C and 12. RGB value is (147,124,18). Sum of RGB (Red+Green+Blue) = 147+124+18=289 (38% of max value = 765). Red value is 147 (57.81% from 255 or 50.87% from 289); Green value is 124 (48.83% from 255 or 42.91% from 289); Blue value is 18 (7.42% from 255 or 6.23% from 289); Max value from RGB is 147 - color contains mainly: red. Hex color #937C12 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #937C12 is #6C83ED. Grayscale: #777777. Windows color (decimal): -7111662 or 1211539. OLE color: 1211539.
HSL color Cylindrical-coordinate representation of color #937C12: hue angle of 49.3º degrees, saturation: 0.78, 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 #937C12 is Cyan = 0, Magento = 0.16, Yellow = 0.88 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 124 | 18 | - |
| CMYK | 0 | 0.16 | 0.88 | 0.42 |
| HSL | 49.3º | 0.78% | 0.32% | - |
| HSV(B) | 49.3º | 0.88% | 0.58% | - |
| XYZ | 19.35 | 20.66 | 3.54 | - |
| YUV | 118.79 | 71.12 | 148.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 124 | 18 | 0 | 0.16 | 0.88 | 0.42 | 49.3 | 0.78 | 0.32 |
| Hex | 93 | 7C | 12 | 0 | 10 | 58 | 2A | 31 | 4E | 20 |
| Octal | 223 | 174 | 22 | 0 | 20 | 130 | 52 | 61 | 116 | 40 |
| Binary | 10010011 | 1111100 | 10010 | 0 | 10000 | 1011000 | 101010 | 110001 | 1001110 | 100000 |
Color Harmonies of #937C12
Complementary color
Monochromatic Colors of #937C12
Black with #937C12
Text Example
Text Example
White with #937C12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #937C12; }
p { color: rgb(147,124,18); }
H1.HeaderClassName
{
color: #937C12;
}
.AnyTagClassName
{
color: #937C12;
}
</style>
background-color css
<style>
a { background-color: #937C12; }
a { background-color: rgb(147,124,18); }
div.DivClassName
{
background-color: #937C12;
}
.BgClassName
{
background-color: #937C12;
}
</style>
border-color css
<style>
span { border-color: #937C12; }
span { border-color: rgb(147,124,18); }
td.TdClassName
{
border-color: #937C12;
}
.TagClassName
{
border-color: #937C12;
}
</style>