Shades of Hacienda #91781D
Tints of Hacienda #91781D
RGB
CMYK
RGB Variations
Color information
#91781D (or 0x91781D) is known color: Hacienda. HEX triplet: 91, 78 and 1D. RGB value is (145,120,29). Sum of RGB (Red+Green+Blue) = 145+120+29=294 (38% of max value = 765). Red value is 145 (57.03% from 255 or 49.32% from 294); Green value is 120 (47.27% from 255 or 40.82% from 294); Blue value is 29 (11.72% from 255 or 9.86% from 294); Max value from RGB is 145 - color contains mainly: red. Hex color #91781D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #91781D is #6E87E2. Grayscale: #757575. Windows color (decimal): -7243747 or 1931409. OLE color: 1931409.
HSL color Cylindrical-coordinate representation of color #91781D: hue angle of 47.07º degrees, saturation: 0.67, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #91781D is Cyan = 0, Magento = 0.17, Yellow = 0.8 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 120 | 29 | - |
| CMYK | 0 | 0.17 | 0.8 | 0.43 |
| HSL | 47.07º | 0.67% | 0.34% | - |
| HSV(B) | 47.07º | 0.8% | 0.57% | - |
| XYZ | 18.62 | 19.54 | 3.95 | - |
| YUV | 117.1 | 78.28 | 147.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 120 | 29 | 0 | 0.17 | 0.8 | 0.43 | 47.07 | 0.67 | 0.34 |
| Hex | 91 | 78 | 1D | 0 | 11 | 50 | 2B | 2F | 43 | 22 |
| Octal | 221 | 170 | 35 | 0 | 21 | 120 | 53 | 57 | 103 | 42 |
| Binary | 10010001 | 1111000 | 11101 | 0 | 10001 | 1010000 | 101011 | 101111 | 1000011 | 100010 |
Color Harmonies of #91781D
Complementary color
Monochromatic Colors of #91781D
Black with #91781D
Text Example
Text Example
White with #91781D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91781D; }
p { color: rgb(145,120,29); }
H1.HeaderClassName
{
color: #91781D;
}
.AnyTagClassName
{
color: #91781D;
}
</style>
background-color css
<style>
a { background-color: #91781D; }
a { background-color: rgb(145,120,29); }
div.DivClassName
{
background-color: #91781D;
}
.BgClassName
{
background-color: #91781D;
}
</style>
border-color css
<style>
span { border-color: #91781D; }
span { border-color: rgb(145,120,29); }
td.TdClassName
{
border-color: #91781D;
}
.TagClassName
{
border-color: #91781D;
}
</style>