Shades of Hacienda #91780E
Tints of Hacienda #91780E
RGB
CMYK
RGB Variations
Color information
#91780E (or 0x91780E) is known color: Hacienda. HEX triplet: 91, 78 and 0E. RGB value is (145,120,14). Sum of RGB (Red+Green+Blue) = 145+120+14=279 (36% of max value = 765). Red value is 145 (57.03% from 255 or 51.97% from 279); Green value is 120 (47.27% from 255 or 43.01% from 279); Blue value is 14 (5.86% from 255 or 5.02% from 279); Max value from RGB is 145 - color contains mainly: red. Hex color #91780E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #91780E is #6E87F1. Grayscale: #737373. Windows color (decimal): -7243762 or 948369. OLE color: 948369.
HSL color Cylindrical-coordinate representation of color #91780E: hue angle of 48.55º 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 #91780E is Cyan = 0, Magento = 0.17, Yellow = 0.90 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 120 | 14 | - |
| CMYK | 0 | 0.17 | 0.90 | 0.43 |
| HSL | 48.55º | 0.82% | 0.31% | - |
| HSV(B) | 48.55º | 0.9% | 0.57% | - |
| XYZ | 18.47 | 19.48 | 3.2 | - |
| YUV | 115.39 | 70.78 | 149.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 120 | 14 | 0 | 0.17 | 0.90 | 0.43 | 48.55 | 0.82 | 0.31 |
| Hex | 91 | 78 | E | 0 | 11 | 5A | 2B | 31 | 52 | 1F |
| Octal | 221 | 170 | 16 | 0 | 21 | 132 | 53 | 61 | 122 | 37 |
| Binary | 10010001 | 1111000 | 1110 | 0 | 10001 | 1011010 | 101011 | 110001 | 1010010 | 11111 |
Color Harmonies of #91780E
Complementary color
Monochromatic Colors of #91780E
Black with #91780E
Text Example
Text Example
White with #91780E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91780E; }
p { color: rgb(145,120,14); }
H1.HeaderClassName
{
color: #91780E;
}
.AnyTagClassName
{
color: #91780E;
}
</style>
background-color css
<style>
a { background-color: #91780E; }
a { background-color: rgb(145,120,14); }
div.DivClassName
{
background-color: #91780E;
}
.BgClassName
{
background-color: #91780E;
}
</style>
border-color css
<style>
span { border-color: #91780E; }
span { border-color: rgb(145,120,14); }
td.TdClassName
{
border-color: #91780E;
}
.TagClassName
{
border-color: #91780E;
}
</style>