Shades of Hacienda #927E10
Tints of Hacienda #927E10
RGB
CMYK
RGB Variations
Color information
#927E10 (or 0x927E10) is known color: Hacienda. HEX triplet: 92, 7E and 10. RGB value is (146,126,16). Sum of RGB (Red+Green+Blue) = 146+126+16=288 (38% of max value = 765). Red value is 146 (57.42% from 255 or 50.69% from 288); Green value is 126 (49.61% from 255 or 43.75% from 288); Blue value is 16 (6.64% from 255 or 5.56% from 288); Max value from RGB is 146 - color contains mainly: red. Hex color #927E10 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #927E10 is #6D81EF. Grayscale: #777777. Windows color (decimal): -7176688 or 1080978. OLE color: 1080978.
HSL color Cylindrical-coordinate representation of color #927E10: hue angle of 50.77º degrees, saturation: 0.8, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #927E10 is Cyan = 0, Magento = 0.14, Yellow = 0.89 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 126 | 16 | - |
| CMYK | 0 | 0.14 | 0.89 | 0.43 |
| HSL | 50.77º | 0.8% | 0.32% | - |
| HSV(B) | 50.77º | 0.89% | 0.57% | - |
| XYZ | 19.41 | 21.07 | 3.53 | - |
| YUV | 119.44 | 69.63 | 146.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 126 | 16 | 0 | 0.14 | 0.89 | 0.43 | 50.77 | 0.8 | 0.32 |
| Hex | 92 | 7E | 10 | 0 | E | 59 | 2B | 33 | 50 | 20 |
| Octal | 222 | 176 | 20 | 0 | 16 | 131 | 53 | 63 | 120 | 40 |
| Binary | 10010010 | 1111110 | 10000 | 0 | 1110 | 1011001 | 101011 | 110011 | 1010000 | 100000 |
Color Harmonies of #927E10
Complementary color
Monochromatic Colors of #927E10
Black with #927E10
Text Example
Text Example
White with #927E10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #927E10; }
p { color: rgb(146,126,16); }
H1.HeaderClassName
{
color: #927E10;
}
.AnyTagClassName
{
color: #927E10;
}
</style>
background-color css
<style>
a { background-color: #927E10; }
a { background-color: rgb(146,126,16); }
div.DivClassName
{
background-color: #927E10;
}
.BgClassName
{
background-color: #927E10;
}
</style>
border-color css
<style>
span { border-color: #927E10; }
span { border-color: rgb(146,126,16); }
td.TdClassName
{
border-color: #927E10;
}
.TagClassName
{
border-color: #927E10;
}
</style>