Shades of Hacienda #927E0F
Tints of Hacienda #927E0F
RGB
CMYK
RGB Variations
Color information
#927E0F (or 0x927E0F) is known color: Hacienda. HEX triplet: 92, 7E and 0F. RGB value is (146,126,15). Sum of RGB (Red+Green+Blue) = 146+126+15=287 (38% of max value = 765). Red value is 146 (57.42% from 255 or 50.87% from 287); Green value is 126 (49.61% from 255 or 43.90% from 287); Blue value is 15 (6.25% from 255 or 5.23% from 287); Max value from RGB is 146 - color contains mainly: red. Hex color #927E0F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #927E0F is #6D81F0. Grayscale: #777777. Windows color (decimal): -7176689 or 1015442. OLE color: 1015442.
HSL color Cylindrical-coordinate representation of color #927E0F: hue angle of 50.84º degrees, saturation: 0.81, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #927E0F is Cyan = 0, Magento = 0.14, Yellow = 0.90 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 126 | 15 | - |
| CMYK | 0 | 0.14 | 0.90 | 0.43 |
| HSL | 50.84º | 0.81% | 0.32% | - |
| HSV(B) | 50.84º | 0.9% | 0.57% | - |
| XYZ | 19.4 | 21.07 | 3.5 | - |
| YUV | 119.33 | 69.13 | 147.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 126 | 15 | 0 | 0.14 | 0.90 | 0.43 | 50.84 | 0.81 | 0.32 |
| Hex | 92 | 7E | F | 0 | E | 5A | 2B | 33 | 51 | 20 |
| Octal | 222 | 176 | 17 | 0 | 16 | 132 | 53 | 63 | 121 | 40 |
| Binary | 10010010 | 1111110 | 1111 | 0 | 1110 | 1011010 | 101011 | 110011 | 1010001 | 100000 |
Color Harmonies of #927E0F
Complementary color
Monochromatic Colors of #927E0F
Black with #927E0F
Text Example
Text Example
White with #927E0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #927E0F; }
p { color: rgb(146,126,15); }
H1.HeaderClassName
{
color: #927E0F;
}
.AnyTagClassName
{
color: #927E0F;
}
</style>
background-color css
<style>
a { background-color: #927E0F; }
a { background-color: rgb(146,126,15); }
div.DivClassName
{
background-color: #927E0F;
}
.BgClassName
{
background-color: #927E0F;
}
</style>
border-color css
<style>
span { border-color: #927E0F; }
span { border-color: rgb(146,126,15); }
td.TdClassName
{
border-color: #927E0F;
}
.TagClassName
{
border-color: #927E0F;
}
</style>