Shades of Hacienda #917B1A
Tints of Hacienda #917B1A
RGB
CMYK
RGB Variations
Color information
#917B1A (or 0x917B1A) is known color: Hacienda. HEX triplet: 91, 7B and 1A. RGB value is (145,123,26). Sum of RGB (Red+Green+Blue) = 145+123+26=294 (38% of max value = 765). Red value is 145 (57.03% from 255 or 49.32% from 294); Green value is 123 (48.44% from 255 or 41.84% from 294); Blue value is 26 (10.55% from 255 or 8.84% from 294); Max value from RGB is 145 - color contains mainly: red. Hex color #917B1A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #917B1A is #6E84E5. Grayscale: #767676. Windows color (decimal): -7242982 or 1735569. OLE color: 1735569.
HSL color Cylindrical-coordinate representation of color #917B1A: hue angle of 48.91º degrees, saturation: 0.7, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #917B1A is Cyan = 0, Magento = 0.15, Yellow = 0.82 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 123 | 26 | - |
| CMYK | 0 | 0.15 | 0.82 | 0.43 |
| HSL | 48.91º | 0.7% | 0.34% | - |
| HSV(B) | 48.91º | 0.82% | 0.57% | - |
| XYZ | 18.95 | 20.26 | 3.89 | - |
| YUV | 118.52 | 75.79 | 146.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 123 | 26 | 0 | 0.15 | 0.82 | 0.43 | 48.91 | 0.7 | 0.34 |
| Hex | 91 | 7B | 1A | 0 | F | 52 | 2B | 31 | 46 | 22 |
| Octal | 221 | 173 | 32 | 0 | 17 | 122 | 53 | 61 | 106 | 42 |
| Binary | 10010001 | 1111011 | 11010 | 0 | 1111 | 1010010 | 101011 | 110001 | 1000110 | 100010 |
Color Harmonies of #917B1A
Complementary color
Monochromatic Colors of #917B1A
Black with #917B1A
Text Example
Text Example
White with #917B1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #917B1A; }
p { color: rgb(145,123,26); }
H1.HeaderClassName
{
color: #917B1A;
}
.AnyTagClassName
{
color: #917B1A;
}
</style>
background-color css
<style>
a { background-color: #917B1A; }
a { background-color: rgb(145,123,26); }
div.DivClassName
{
background-color: #917B1A;
}
.BgClassName
{
background-color: #917B1A;
}
</style>
border-color css
<style>
span { border-color: #917B1A; }
span { border-color: rgb(145,123,26); }
td.TdClassName
{
border-color: #917B1A;
}
.TagClassName
{
border-color: #917B1A;
}
</style>