Shades of Corn Harvest #927A2C
Tints of Corn Harvest #927A2C
RGB
CMYK
RGB Variations
Color information
#927A2C (or 0x927A2C) is known color: Corn Harvest. HEX triplet: 92, 7A and 2C. RGB value is (146,122,44). Sum of RGB (Red+Green+Blue) = 146+122+44=312 (41% of max value = 765). Red value is 146 (57.42% from 255 or 46.79% from 312); Green value is 122 (48.05% from 255 or 39.10% from 312); Blue value is 44 (17.58% from 255 or 14.10% from 312); Max value from RGB is 146 - color contains mainly: red. Hex color #927A2C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #927A2C is #6D85D3. Grayscale: #787878. Windows color (decimal): -7177684 or 2914962. OLE color: 2914962.
HSL color Cylindrical-coordinate representation of color #927A2C: hue angle of 45.88º degrees, saturation: 0.54, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #927A2C is Cyan = 0, Magento = 0.16, Yellow = 0.70 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 122 | 44 | - |
| CMYK | 0 | 0.16 | 0.70 | 0.43 |
| HSL | 45.88º | 0.54% | 0.37% | - |
| HSV(B) | 45.88º | 0.7% | 0.57% | - |
| XYZ | 19.27 | 20.21 | 5.27 | - |
| YUV | 120.28 | 84.95 | 146.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 122 | 44 | 0 | 0.16 | 0.70 | 0.43 | 45.88 | 0.54 | 0.37 |
| Hex | 92 | 7A | 2C | 0 | 10 | 46 | 2B | 2E | 36 | 25 |
| Octal | 222 | 172 | 54 | 0 | 20 | 106 | 53 | 56 | 66 | 45 |
| Binary | 10010010 | 1111010 | 101100 | 0 | 10000 | 1000110 | 101011 | 101110 | 110110 | 100101 |
Color Harmonies of #927A2C
Complementary color
Monochromatic Colors of #927A2C
Black with #927A2C
Text Example
Text Example
White with #927A2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #927A2C; }
p { color: rgb(146,122,44); }
H1.HeaderClassName
{
color: #927A2C;
}
.AnyTagClassName
{
color: #927A2C;
}
</style>
background-color css
<style>
a { background-color: #927A2C; }
a { background-color: rgb(146,122,44); }
div.DivClassName
{
background-color: #927A2C;
}
.BgClassName
{
background-color: #927A2C;
}
</style>
border-color css
<style>
span { border-color: #927A2C; }
span { border-color: rgb(146,122,44); }
td.TdClassName
{
border-color: #927A2C;
}
.TagClassName
{
border-color: #927A2C;
}
</style>