Shades of Hacienda #927F0E
Tints of Hacienda #927F0E
RGB
CMYK
RGB Variations
Color information
#927F0E (or 0x927F0E) is known color: Hacienda. HEX triplet: 92, 7F and 0E. RGB value is (146,127,14). Sum of RGB (Red+Green+Blue) = 146+127+14=287 (38% of max value = 765). Red value is 146 (57.42% from 255 or 50.87% from 287); Green value is 127 (50% from 255 or 44.25% from 287); Blue value is 14 (5.86% from 255 or 4.88% from 287); Max value from RGB is 146 - color contains mainly: red. Hex color #927F0E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #927F0E is #6D80F1. Grayscale: #787878. Windows color (decimal): -7176434 or 950162. OLE color: 950162.
HSL color Cylindrical-coordinate representation of color #927F0E: hue angle of 51.36º degrees, saturation: 0.82, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #927F0E is Cyan = 0, Magento = 0.13, Yellow = 0.90 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 127 | 14 | - |
| CMYK | 0 | 0.13 | 0.90 | 0.43 |
| HSL | 51.36º | 0.83% | 0.31% | - |
| HSV(B) | 51.36º | 0.9% | 0.57% | - |
| XYZ | 19.52 | 21.32 | 3.5 | - |
| YUV | 119.8 | 68.29 | 146.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 127 | 14 | 0 | 0.13 | 0.90 | 0.43 | 51.36 | 0.83 | 0.31 |
| Hex | 92 | 7F | E | 0 | D | 5A | 2B | 33 | 52 | 1F |
| Octal | 222 | 177 | 16 | 0 | 15 | 132 | 53 | 63 | 122 | 37 |
| Binary | 10010010 | 1111111 | 1110 | 0 | 1101 | 1011010 | 101011 | 110011 | 1010010 | 11111 |
Color Harmonies of #927F0E
Complementary color
Monochromatic Colors of #927F0E
Black with #927F0E
Text Example
Text Example
White with #927F0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #927F0E; }
p { color: rgb(146,127,14); }
H1.HeaderClassName
{
color: #927F0E;
}
.AnyTagClassName
{
color: #927F0E;
}
</style>
background-color css
<style>
a { background-color: #927F0E; }
a { background-color: rgb(146,127,14); }
div.DivClassName
{
background-color: #927F0E;
}
.BgClassName
{
background-color: #927F0E;
}
</style>
border-color css
<style>
span { border-color: #927F0E; }
span { border-color: rgb(146,127,14); }
td.TdClassName
{
border-color: #927F0E;
}
.TagClassName
{
border-color: #927F0E;
}
</style>