Shades of Hacienda #927E19
Tints of Hacienda #927E19
RGB
CMYK
RGB Variations
Color information
#927E19 (or 0x927E19) is known color: Hacienda. HEX triplet: 92, 7E and 19. RGB value is (146,126,25). Sum of RGB (Red+Green+Blue) = 146+126+25=297 (39% of max value = 765). Red value is 146 (57.42% from 255 or 49.16% from 297); Green value is 126 (49.61% from 255 or 42.42% from 297); Blue value is 25 (10.16% from 255 or 8.42% from 297); Max value from RGB is 146 - color contains mainly: red. Hex color #927E19 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #927E19 is #6D81E6. Grayscale: #787878. Windows color (decimal): -7176679 or 1670802. OLE color: 1670802.
HSL color Cylindrical-coordinate representation of color #927E19: hue angle of 50.08º degrees, saturation: 0.71, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #927E19 is Cyan = 0, Magento = 0.14, Yellow = 0.83 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 126 | 25 | - |
| CMYK | 0 | 0.14 | 0.83 | 0.43 |
| HSL | 50.08º | 0.71% | 0.34% | - |
| HSV(B) | 50.08º | 0.83% | 0.57% | - |
| XYZ | 19.49 | 21.1 | 3.97 | - |
| YUV | 120.47 | 74.13 | 146.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 126 | 25 | 0 | 0.14 | 0.83 | 0.43 | 50.08 | 0.71 | 0.34 |
| Hex | 92 | 7E | 19 | 0 | E | 53 | 2B | 32 | 47 | 22 |
| Octal | 222 | 176 | 31 | 0 | 16 | 123 | 53 | 62 | 107 | 42 |
| Binary | 10010010 | 1111110 | 11001 | 0 | 1110 | 1010011 | 101011 | 110010 | 1000111 | 100010 |
Color Harmonies of #927E19
Complementary color
Monochromatic Colors of #927E19
Black with #927E19
Text Example
Text Example
White with #927E19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #927E19; }
p { color: rgb(146,126,25); }
H1.HeaderClassName
{
color: #927E19;
}
.AnyTagClassName
{
color: #927E19;
}
</style>
background-color css
<style>
a { background-color: #927E19; }
a { background-color: rgb(146,126,25); }
div.DivClassName
{
background-color: #927E19;
}
.BgClassName
{
background-color: #927E19;
}
</style>
border-color css
<style>
span { border-color: #927E19; }
span { border-color: rgb(146,126,25); }
td.TdClassName
{
border-color: #927E19;
}
.TagClassName
{
border-color: #927E19;
}
</style>