Shades of Hacienda #927C0E
Tints of Hacienda #927C0E
RGB
CMYK
RGB Variations
Color information
#927C0E (or 0x927C0E) is known color: Hacienda. HEX triplet: 92, 7C and 0E. RGB value is (146,124,14). Sum of RGB (Red+Green+Blue) = 146+124+14=284 (37% of max value = 765). Red value is 146 (57.42% from 255 or 51.41% from 284); Green value is 124 (48.83% from 255 or 43.66% from 284); Blue value is 14 (5.86% from 255 or 4.93% from 284); Max value from RGB is 146 - color contains mainly: red. Hex color #927C0E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #927C0E is #6D83F1. Grayscale: #767676. Windows color (decimal): -7177202 or 949394. OLE color: 949394.
HSL color Cylindrical-coordinate representation of color #927C0E: hue angle of 50º 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 #927C0E is Cyan = 0, Magento = 0.15, Yellow = 0.90 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 124 | 14 | - |
| CMYK | 0 | 0.15 | 0.90 | 0.43 |
| HSL | 50º | 0.83% | 0.31% | - |
| HSV(B) | 50º | 0.9% | 0.57% | - |
| XYZ | 19.14 | 20.56 | 3.37 | - |
| YUV | 118.04 | 69.29 | 147.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 124 | 14 | 0 | 0.15 | 0.90 | 0.43 | 50 | 0.83 | 0.31 |
| Hex | 92 | 7C | E | 0 | F | 5A | 2B | 32 | 52 | 1F |
| Octal | 222 | 174 | 16 | 0 | 17 | 132 | 53 | 62 | 122 | 37 |
| Binary | 10010010 | 1111100 | 1110 | 0 | 1111 | 1011010 | 101011 | 110010 | 1010010 | 11111 |
Color Harmonies of #927C0E
Complementary color
Monochromatic Colors of #927C0E
Black with #927C0E
Text Example
Text Example
White with #927C0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #927C0E; }
p { color: rgb(146,124,14); }
H1.HeaderClassName
{
color: #927C0E;
}
.AnyTagClassName
{
color: #927C0E;
}
</style>
background-color css
<style>
a { background-color: #927C0E; }
a { background-color: rgb(146,124,14); }
div.DivClassName
{
background-color: #927C0E;
}
.BgClassName
{
background-color: #927C0E;
}
</style>
border-color css
<style>
span { border-color: #927C0E; }
span { border-color: rgb(146,124,14); }
td.TdClassName
{
border-color: #927C0E;
}
.TagClassName
{
border-color: #927C0E;
}
</style>