Shades of Hacienda #937B0F
Tints of Hacienda #937B0F
RGB
CMYK
RGB Variations
Color information
#937B0F (or 0x937B0F) is known color: Hacienda. HEX triplet: 93, 7B and 0F. RGB value is (147,123,15). Sum of RGB (Red+Green+Blue) = 147+123+15=285 (37% of max value = 765). Red value is 147 (57.81% from 255 or 51.58% from 285); Green value is 123 (48.44% from 255 or 43.16% from 285); Blue value is 15 (6.25% from 255 or 5.26% from 285); Max value from RGB is 147 - color contains mainly: red. Hex color #937B0F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #937B0F is #6C84F0. Grayscale: #767676. Windows color (decimal): -7111921 or 1014675. OLE color: 1014675.
HSL color Cylindrical-coordinate representation of color #937B0F: hue angle of 49.09º degrees, saturation: 0.81, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #937B0F is Cyan = 0, Magento = 0.16, Yellow = 0.90 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 123 | 15 | - |
| CMYK | 0 | 0.16 | 0.90 | 0.42 |
| HSL | 49.09º | 0.81% | 0.32% | - |
| HSV(B) | 49.09º | 0.9% | 0.58% | - |
| XYZ | 19.2 | 20.4 | 3.38 | - |
| YUV | 117.86 | 69.95 | 148.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 123 | 15 | 0 | 0.16 | 0.90 | 0.42 | 49.09 | 0.81 | 0.32 |
| Hex | 93 | 7B | F | 0 | 10 | 5A | 2A | 31 | 51 | 20 |
| Octal | 223 | 173 | 17 | 0 | 20 | 132 | 52 | 61 | 121 | 40 |
| Binary | 10010011 | 1111011 | 1111 | 0 | 10000 | 1011010 | 101010 | 110001 | 1010001 | 100000 |
Color Harmonies of #937B0F
Complementary color
Monochromatic Colors of #937B0F
Black with #937B0F
Text Example
Text Example
White with #937B0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #937B0F; }
p { color: rgb(147,123,15); }
H1.HeaderClassName
{
color: #937B0F;
}
.AnyTagClassName
{
color: #937B0F;
}
</style>
background-color css
<style>
a { background-color: #937B0F; }
a { background-color: rgb(147,123,15); }
div.DivClassName
{
background-color: #937B0F;
}
.BgClassName
{
background-color: #937B0F;
}
</style>
border-color css
<style>
span { border-color: #937B0F; }
span { border-color: rgb(147,123,15); }
td.TdClassName
{
border-color: #937B0F;
}
.TagClassName
{
border-color: #937B0F;
}
</style>