Shades of Hacienda #93770E
Tints of Hacienda #93770E
RGB
CMYK
RGB Variations
Color information
#93770E (or 0x93770E) is known color: Hacienda. HEX triplet: 93, 77 and 0E. RGB value is (147,119,14). Sum of RGB (Red+Green+Blue) = 147+119+14=280 (37% of max value = 765). Red value is 147 (57.81% from 255 or 52.5% from 280); Green value is 119 (46.88% from 255 or 42.5% from 280); Blue value is 14 (5.86% from 255 or 5% from 280); Max value from RGB is 147 - color contains mainly: red. Hex color #93770E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #93770E is #6C88F1. Grayscale: #737373. Windows color (decimal): -7112946 or 948115. OLE color: 948115.
HSL color Cylindrical-coordinate representation of color #93770E: hue angle of 47.37º degrees, saturation: 0.83, 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 #93770E is Cyan = 0, Magento = 0.19, Yellow = 0.90 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 119 | 14 | - |
| CMYK | 0 | 0.19 | 0.90 | 0.42 |
| HSL | 47.37º | 0.83% | 0.32% | - |
| HSV(B) | 47.37º | 0.9% | 0.58% | - |
| XYZ | 18.71 | 19.43 | 3.18 | - |
| YUV | 115.4 | 70.78 | 150.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 119 | 14 | 0 | 0.19 | 0.90 | 0.42 | 47.37 | 0.83 | 0.32 |
| Hex | 93 | 77 | E | 0 | 13 | 5A | 2A | 2F | 53 | 20 |
| Octal | 223 | 167 | 16 | 0 | 23 | 132 | 52 | 57 | 123 | 40 |
| Binary | 10010011 | 1110111 | 1110 | 0 | 10011 | 1011010 | 101010 | 101111 | 1010011 | 100000 |
Color Harmonies of #93770E
Complementary color
Monochromatic Colors of #93770E
Black with #93770E
Text Example
Text Example
White with #93770E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93770E; }
p { color: rgb(147,119,14); }
H1.HeaderClassName
{
color: #93770E;
}
.AnyTagClassName
{
color: #93770E;
}
</style>
background-color css
<style>
a { background-color: #93770E; }
a { background-color: rgb(147,119,14); }
div.DivClassName
{
background-color: #93770E;
}
.BgClassName
{
background-color: #93770E;
}
</style>
border-color css
<style>
span { border-color: #93770E; }
span { border-color: rgb(147,119,14); }
td.TdClassName
{
border-color: #93770E;
}
.TagClassName
{
border-color: #93770E;
}
</style>