Shades of Hacienda #927C1A
Tints of Hacienda #927C1A
RGB
CMYK
RGB Variations
Color information
#927C1A (or 0x927C1A) is known color: Hacienda. HEX triplet: 92, 7C and 1A. RGB value is (146,124,26). Sum of RGB (Red+Green+Blue) = 146+124+26=296 (39% of max value = 765). Red value is 146 (57.42% from 255 or 49.32% from 296); Green value is 124 (48.83% from 255 or 41.89% from 296); Blue value is 26 (10.55% from 255 or 8.78% from 296); Max value from RGB is 146 - color contains mainly: red. Hex color #927C1A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #927C1A is #6D83E5. Grayscale: #777777. Windows color (decimal): -7177190 or 1735826. OLE color: 1735826.
HSL color Cylindrical-coordinate representation of color #927C1A: hue angle of 49º degrees, saturation: 0.7, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #927C1A is Cyan = 0, Magento = 0.15, Yellow = 0.82 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 124 | 26 | - |
| CMYK | 0 | 0.15 | 0.82 | 0.43 |
| HSL | 49º | 0.7% | 0.34% | - |
| HSV(B) | 49º | 0.82% | 0.57% | - |
| XYZ | 19.25 | 20.6 | 3.94 | - |
| YUV | 119.41 | 75.29 | 146.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 124 | 26 | 0 | 0.15 | 0.82 | 0.43 | 49 | 0.7 | 0.34 |
| Hex | 92 | 7C | 1A | 0 | F | 52 | 2B | 31 | 46 | 22 |
| Octal | 222 | 174 | 32 | 0 | 17 | 122 | 53 | 61 | 106 | 42 |
| Binary | 10010010 | 1111100 | 11010 | 0 | 1111 | 1010010 | 101011 | 110001 | 1000110 | 100010 |
Color Harmonies of #927C1A
Complementary color
Monochromatic Colors of #927C1A
Black with #927C1A
Text Example
Text Example
White with #927C1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #927C1A; }
p { color: rgb(146,124,26); }
H1.HeaderClassName
{
color: #927C1A;
}
.AnyTagClassName
{
color: #927C1A;
}
</style>
background-color css
<style>
a { background-color: #927C1A; }
a { background-color: rgb(146,124,26); }
div.DivClassName
{
background-color: #927C1A;
}
.BgClassName
{
background-color: #927C1A;
}
</style>
border-color css
<style>
span { border-color: #927C1A; }
span { border-color: rgb(146,124,26); }
td.TdClassName
{
border-color: #927C1A;
}
.TagClassName
{
border-color: #927C1A;
}
</style>