Shades of Hacienda #927E18
Tints of Hacienda #927E18
RGB
CMYK
RGB Variations
Color information
#927E18 (or 0x927E18) is known color: Hacienda. HEX triplet: 92, 7E and 18. RGB value is (146,126,24). Sum of RGB (Red+Green+Blue) = 146+126+24=296 (39% of max value = 765). Red value is 146 (57.42% from 255 or 49.32% from 296); Green value is 126 (49.61% from 255 or 42.57% from 296); Blue value is 24 (9.77% from 255 or 8.11% from 296); Max value from RGB is 146 - color contains mainly: red. Hex color #927E18 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #927E18 is #6D81E7. Grayscale: #787878. Windows color (decimal): -7176680 or 1605266. OLE color: 1605266.
HSL color Cylindrical-coordinate representation of color #927E18: hue angle of 50.16º degrees, saturation: 0.72, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #927E18 is Cyan = 0, Magento = 0.14, Yellow = 0.84 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 126 | 24 | - |
| CMYK | 0 | 0.14 | 0.84 | 0.43 |
| HSL | 50.16º | 0.72% | 0.33% | - |
| HSV(B) | 50.16º | 0.84% | 0.57% | - |
| XYZ | 19.48 | 21.1 | 3.91 | - |
| YUV | 120.35 | 73.63 | 146.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 126 | 24 | 0 | 0.14 | 0.84 | 0.43 | 50.16 | 0.72 | 0.33 |
| Hex | 92 | 7E | 18 | 0 | E | 54 | 2B | 32 | 48 | 21 |
| Octal | 222 | 176 | 30 | 0 | 16 | 124 | 53 | 62 | 110 | 41 |
| Binary | 10010010 | 1111110 | 11000 | 0 | 1110 | 1010100 | 101011 | 110010 | 1001000 | 100001 |
Color Harmonies of #927E18
Complementary color
Monochromatic Colors of #927E18
Black with #927E18
Text Example
Text Example
White with #927E18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #927E18; }
p { color: rgb(146,126,24); }
H1.HeaderClassName
{
color: #927E18;
}
.AnyTagClassName
{
color: #927E18;
}
</style>
background-color css
<style>
a { background-color: #927E18; }
a { background-color: rgb(146,126,24); }
div.DivClassName
{
background-color: #927E18;
}
.BgClassName
{
background-color: #927E18;
}
</style>
border-color css
<style>
span { border-color: #927E18; }
span { border-color: rgb(146,126,24); }
td.TdClassName
{
border-color: #927E18;
}
.TagClassName
{
border-color: #927E18;
}
</style>