Shades of Hacienda #91770E
Tints of Hacienda #91770E
RGB
CMYK
RGB Variations
Color information
#91770E (or 0x91770E) is known color: Hacienda. HEX triplet: 91, 77 and 0E. RGB value is (145,119,14). Sum of RGB (Red+Green+Blue) = 145+119+14=278 (36% of max value = 765). Red value is 145 (57.03% from 255 or 52.16% from 278); Green value is 119 (46.88% from 255 or 42.81% from 278); Blue value is 14 (5.86% from 255 or 5.04% from 278); Max value from RGB is 145 - color contains mainly: red. Hex color #91770E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #91770E is #6E88F1. Grayscale: #737373. Windows color (decimal): -7244018 or 948113. OLE color: 948113.
HSL color Cylindrical-coordinate representation of color #91770E: hue angle of 48.09º degrees, saturation: 0.82, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #91770E is Cyan = 0, Magento = 0.18, Yellow = 0.90 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 119 | 14 | - |
| CMYK | 0 | 0.18 | 0.90 | 0.43 |
| HSL | 48.09º | 0.82% | 0.31% | - |
| HSV(B) | 48.09º | 0.9% | 0.57% | - |
| XYZ | 18.35 | 19.25 | 3.16 | - |
| YUV | 114.8 | 71.11 | 149.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 119 | 14 | 0 | 0.18 | 0.90 | 0.43 | 48.09 | 0.82 | 0.31 |
| Hex | 91 | 77 | E | 0 | 12 | 5A | 2B | 30 | 52 | 1F |
| Octal | 221 | 167 | 16 | 0 | 22 | 132 | 53 | 60 | 122 | 37 |
| Binary | 10010001 | 1110111 | 1110 | 0 | 10010 | 1011010 | 101011 | 110000 | 1010010 | 11111 |
Color Harmonies of #91770E
Complementary color
Monochromatic Colors of #91770E
Black with #91770E
Text Example
Text Example
White with #91770E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91770E; }
p { color: rgb(145,119,14); }
H1.HeaderClassName
{
color: #91770E;
}
.AnyTagClassName
{
color: #91770E;
}
</style>
background-color css
<style>
a { background-color: #91770E; }
a { background-color: rgb(145,119,14); }
div.DivClassName
{
background-color: #91770E;
}
.BgClassName
{
background-color: #91770E;
}
</style>
border-color css
<style>
span { border-color: #91770E; }
span { border-color: rgb(145,119,14); }
td.TdClassName
{
border-color: #91770E;
}
.TagClassName
{
border-color: #91770E;
}
</style>