Shades of Hacienda #93771B
Tints of Hacienda #93771B
RGB
CMYK
RGB Variations
Color information
#93771B (or 0x93771B) is known color: Hacienda. HEX triplet: 93, 77 and 1B. RGB value is (147,119,27). Sum of RGB (Red+Green+Blue) = 147+119+27=293 (38% of max value = 765). Red value is 147 (57.81% from 255 or 50.17% from 293); Green value is 119 (46.88% from 255 or 40.61% from 293); Blue value is 27 (10.94% from 255 or 9.22% from 293); Max value from RGB is 147 - color contains mainly: red. Hex color #93771B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #93771B is #6C88E4. Grayscale: #757575. Windows color (decimal): -7112933 or 1800083. OLE color: 1800083.
HSL color Cylindrical-coordinate representation of color #93771B: hue angle of 46º degrees, saturation: 0.69, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #93771B is Cyan = 0, Magento = 0.19, Yellow = 0.82 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 119 | 27 | - |
| CMYK | 0 | 0.19 | 0.82 | 0.42 |
| HSL | 46º | 0.69% | 0.34% | - |
| HSV(B) | 46º | 0.82% | 0.58% | - |
| XYZ | 18.83 | 19.48 | 3.8 | - |
| YUV | 116.88 | 77.28 | 149.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 119 | 27 | 0 | 0.19 | 0.82 | 0.42 | 46 | 0.69 | 0.34 |
| Hex | 93 | 77 | 1B | 0 | 13 | 52 | 2A | 2E | 45 | 22 |
| Octal | 223 | 167 | 33 | 0 | 23 | 122 | 52 | 56 | 105 | 42 |
| Binary | 10010011 | 1110111 | 11011 | 0 | 10011 | 1010010 | 101010 | 101110 | 1000101 | 100010 |
Color Harmonies of #93771B
Complementary color
Monochromatic Colors of #93771B
Black with #93771B
Text Example
Text Example
White with #93771B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93771B; }
p { color: rgb(147,119,27); }
H1.HeaderClassName
{
color: #93771B;
}
.AnyTagClassName
{
color: #93771B;
}
</style>
background-color css
<style>
a { background-color: #93771B; }
a { background-color: rgb(147,119,27); }
div.DivClassName
{
background-color: #93771B;
}
.BgClassName
{
background-color: #93771B;
}
</style>
border-color css
<style>
span { border-color: #93771B; }
span { border-color: rgb(147,119,27); }
td.TdClassName
{
border-color: #93771B;
}
.TagClassName
{
border-color: #93771B;
}
</style>