Shades of Hacienda #917A1B
Tints of Hacienda #917A1B
RGB
CMYK
RGB Variations
Color information
#917A1B (or 0x917A1B) is known color: Hacienda. HEX triplet: 91, 7A and 1B. RGB value is (145,122,27). Sum of RGB (Red+Green+Blue) = 145+122+27=294 (38% of max value = 765). Red value is 145 (57.03% from 255 or 49.32% from 294); Green value is 122 (48.05% from 255 or 41.50% from 294); Blue value is 27 (10.94% from 255 or 9.18% from 294); Max value from RGB is 145 - color contains mainly: red. Hex color #917A1B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #917A1B is #6E85E4. Grayscale: #767676. Windows color (decimal): -7243237 or 1800849. OLE color: 1800849.
HSL color Cylindrical-coordinate representation of color #917A1B: hue angle of 48.31º degrees, saturation: 0.69, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #917A1B is Cyan = 0, Magento = 0.16, Yellow = 0.81 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 122 | 27 | - |
| CMYK | 0 | 0.16 | 0.81 | 0.43 |
| HSL | 48.31º | 0.69% | 0.34% | - |
| HSV(B) | 48.31º | 0.81% | 0.57% | - |
| XYZ | 18.83 | 20.02 | 3.91 | - |
| YUV | 118.05 | 76.62 | 147.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 122 | 27 | 0 | 0.16 | 0.81 | 0.43 | 48.31 | 0.69 | 0.34 |
| Hex | 91 | 7A | 1B | 0 | 10 | 51 | 2B | 30 | 45 | 22 |
| Octal | 221 | 172 | 33 | 0 | 20 | 121 | 53 | 60 | 105 | 42 |
| Binary | 10010001 | 1111010 | 11011 | 0 | 10000 | 1010001 | 101011 | 110000 | 1000101 | 100010 |
Color Harmonies of #917A1B
Complementary color
Monochromatic Colors of #917A1B
Black with #917A1B
Text Example
Text Example
White with #917A1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #917A1B; }
p { color: rgb(145,122,27); }
H1.HeaderClassName
{
color: #917A1B;
}
.AnyTagClassName
{
color: #917A1B;
}
</style>
background-color css
<style>
a { background-color: #917A1B; }
a { background-color: rgb(145,122,27); }
div.DivClassName
{
background-color: #917A1B;
}
.BgClassName
{
background-color: #917A1B;
}
</style>
border-color css
<style>
span { border-color: #917A1B; }
span { border-color: rgb(145,122,27); }
td.TdClassName
{
border-color: #917A1B;
}
.TagClassName
{
border-color: #917A1B;
}
</style>