Shades of Hacienda #927F12
Tints of Hacienda #927F12
RGB
CMYK
RGB Variations
Color information
#927F12 (or 0x927F12) is known color: Hacienda. HEX triplet: 92, 7F and 12. RGB value is (146,127,18). Sum of RGB (Red+Green+Blue) = 146+127+18=291 (38% of max value = 765). Red value is 146 (57.42% from 255 or 50.17% from 291); Green value is 127 (50% from 255 or 43.64% from 291); Blue value is 18 (7.42% from 255 or 6.19% from 291); Max value from RGB is 146 - color contains mainly: red. Hex color #927F12 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #927F12 is #6D80ED. Grayscale: #787878. Windows color (decimal): -7176430 or 1212306. OLE color: 1212306.
HSL color Cylindrical-coordinate representation of color #927F12: hue angle of 51.09º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #927F12 is Cyan = 0, Magento = 0.13, Yellow = 0.88 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 127 | 18 | - |
| CMYK | 0 | 0.13 | 0.88 | 0.43 |
| HSL | 51.09º | 0.78% | 0.32% | - |
| HSV(B) | 51.09º | 0.88% | 0.57% | - |
| XYZ | 19.55 | 21.33 | 3.66 | - |
| YUV | 120.26 | 70.29 | 146.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 127 | 18 | 0 | 0.13 | 0.88 | 0.43 | 51.09 | 0.78 | 0.32 |
| Hex | 92 | 7F | 12 | 0 | D | 58 | 2B | 33 | 4E | 20 |
| Octal | 222 | 177 | 22 | 0 | 15 | 130 | 53 | 63 | 116 | 40 |
| Binary | 10010010 | 1111111 | 10010 | 0 | 1101 | 1011000 | 101011 | 110011 | 1001110 | 100000 |
Color Harmonies of #927F12
Complementary color
Monochromatic Colors of #927F12
Black with #927F12
Text Example
Text Example
White with #927F12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #927F12; }
p { color: rgb(146,127,18); }
H1.HeaderClassName
{
color: #927F12;
}
.AnyTagClassName
{
color: #927F12;
}
</style>
background-color css
<style>
a { background-color: #927F12; }
a { background-color: rgb(146,127,18); }
div.DivClassName
{
background-color: #927F12;
}
.BgClassName
{
background-color: #927F12;
}
</style>
border-color css
<style>
span { border-color: #927F12; }
span { border-color: rgb(146,127,18); }
td.TdClassName
{
border-color: #927F12;
}
.TagClassName
{
border-color: #927F12;
}
</style>