Shades of Hacienda #937B0C
Tints of Hacienda #937B0C
RGB
CMYK
RGB Variations
Color information
#937B0C (or 0x937B0C) is known color: Hacienda. HEX triplet: 93, 7B and 0C. RGB value is (147,123,12). Sum of RGB (Red+Green+Blue) = 147+123+12=282 (37% of max value = 765). Red value is 147 (57.81% from 255 or 52.13% from 282); Green value is 123 (48.44% from 255 or 43.62% from 282); Blue value is 12 (5.08% from 255 or 4.26% from 282); Max value from RGB is 147 - color contains mainly: red. Hex color #937B0C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #937B0C is #6C84F3. Grayscale: #757575. Windows color (decimal): -7111924 or 818067. OLE color: 818067.
HSL color Cylindrical-coordinate representation of color #937B0C: hue angle of 49.33º degrees, saturation: 0.85, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #937B0C is Cyan = 0, Magento = 0.16, Yellow = 0.92 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 123 | 12 | - |
| CMYK | 0 | 0.16 | 0.92 | 0.42 |
| HSL | 49.33º | 0.85% | 0.31% | - |
| HSV(B) | 49.33º | 0.92% | 0.58% | - |
| XYZ | 19.18 | 20.4 | 3.27 | - |
| YUV | 117.52 | 68.45 | 149.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 123 | 12 | 0 | 0.16 | 0.92 | 0.42 | 49.33 | 0.85 | 0.31 |
| Hex | 93 | 7B | C | 0 | 10 | 5C | 2A | 31 | 55 | 1F |
| Octal | 223 | 173 | 14 | 0 | 20 | 134 | 52 | 61 | 125 | 37 |
| Binary | 10010011 | 1111011 | 1100 | 0 | 10000 | 1011100 | 101010 | 110001 | 1010101 | 11111 |
Color Harmonies of #937B0C
Complementary color
Monochromatic Colors of #937B0C
Black with #937B0C
Text Example
Text Example
White with #937B0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #937B0C; }
p { color: rgb(147,123,12); }
H1.HeaderClassName
{
color: #937B0C;
}
.AnyTagClassName
{
color: #937B0C;
}
</style>
background-color css
<style>
a { background-color: #937B0C; }
a { background-color: rgb(147,123,12); }
div.DivClassName
{
background-color: #937B0C;
}
.BgClassName
{
background-color: #937B0C;
}
</style>
border-color css
<style>
span { border-color: #937B0C; }
span { border-color: rgb(147,123,12); }
td.TdClassName
{
border-color: #937B0C;
}
.TagClassName
{
border-color: #937B0C;
}
</style>