Shades of Hacienda #917A1E
Tints of Hacienda #917A1E
RGB
CMYK
RGB Variations
Color information
#917A1E (or 0x917A1E) is known color: Hacienda. HEX triplet: 91, 7A and 1E. RGB value is (145,122,30). Sum of RGB (Red+Green+Blue) = 145+122+30=297 (39% of max value = 765). Red value is 145 (57.03% from 255 or 48.82% from 297); Green value is 122 (48.05% from 255 or 41.08% from 297); Blue value is 30 (12.11% from 255 or 10.10% from 297); Max value from RGB is 145 - color contains mainly: red. Hex color #917A1E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #917A1E is #6E85E1. Grayscale: #767676. Windows color (decimal): -7243234 or 1997457. OLE color: 1997457.
HSL color Cylindrical-coordinate representation of color #917A1E: hue angle of 48º degrees, saturation: 0.66, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #917A1E is Cyan = 0, Magento = 0.16, Yellow = 0.79 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 122 | 30 | - |
| CMYK | 0 | 0.16 | 0.79 | 0.43 |
| HSL | 48º | 0.66% | 0.34% | - |
| HSV(B) | 48º | 0.79% | 0.57% | - |
| XYZ | 18.87 | 20.03 | 4.1 | - |
| YUV | 118.39 | 78.12 | 146.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 122 | 30 | 0 | 0.16 | 0.79 | 0.43 | 48 | 0.66 | 0.34 |
| Hex | 91 | 7A | 1E | 0 | 10 | 4F | 2B | 30 | 42 | 22 |
| Octal | 221 | 172 | 36 | 0 | 20 | 117 | 53 | 60 | 102 | 42 |
| Binary | 10010001 | 1111010 | 11110 | 0 | 10000 | 1001111 | 101011 | 110000 | 1000010 | 100010 |
Color Harmonies of #917A1E
Complementary color
Monochromatic Colors of #917A1E
Black with #917A1E
Text Example
Text Example
White with #917A1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #917A1E; }
p { color: rgb(145,122,30); }
H1.HeaderClassName
{
color: #917A1E;
}
.AnyTagClassName
{
color: #917A1E;
}
</style>
background-color css
<style>
a { background-color: #917A1E; }
a { background-color: rgb(145,122,30); }
div.DivClassName
{
background-color: #917A1E;
}
.BgClassName
{
background-color: #917A1E;
}
</style>
border-color css
<style>
span { border-color: #917A1E; }
span { border-color: rgb(145,122,30); }
td.TdClassName
{
border-color: #917A1E;
}
.TagClassName
{
border-color: #917A1E;
}
</style>