Shades of Corn Harvest #927A32
Tints of Corn Harvest #927A32
RGB
CMYK
RGB Variations
Color information
#927A32 (or 0x927A32) is known color: Corn Harvest. HEX triplet: 92, 7A and 32. RGB value is (146,122,50). Sum of RGB (Red+Green+Blue) = 146+122+50=318 (42% of max value = 765). Red value is 146 (57.42% from 255 or 45.91% from 318); Green value is 122 (48.05% from 255 or 38.36% from 318); Blue value is 50 (19.92% from 255 or 15.72% from 318); Max value from RGB is 146 - color contains mainly: red. Hex color #927A32 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #927A32 is #6D85CD. Grayscale: #797979. Windows color (decimal): -7177678 or 3308178. OLE color: 3308178.
HSL color Cylindrical-coordinate representation of color #927A32: hue angle of 45º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #927A32 is Cyan = 0, Magento = 0.16, Yellow = 0.66 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 122 | 50 | - |
| CMYK | 0 | 0.16 | 0.66 | 0.43 |
| HSL | 45º | 0.49% | 0.38% | - |
| HSV(B) | 45º | 0.66% | 0.57% | - |
| XYZ | 19.39 | 20.26 | 5.91 | - |
| YUV | 120.97 | 87.95 | 145.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 122 | 50 | 0 | 0.16 | 0.66 | 0.43 | 45 | 0.49 | 0.38 |
| Hex | 92 | 7A | 32 | 0 | 10 | 42 | 2B | 2D | 31 | 26 |
| Octal | 222 | 172 | 62 | 0 | 20 | 102 | 53 | 55 | 61 | 46 |
| Binary | 10010010 | 1111010 | 110010 | 0 | 10000 | 1000010 | 101011 | 101101 | 110001 | 100110 |
Color Harmonies of #927A32
Complementary color
Monochromatic Colors of #927A32
Black with #927A32
Text Example
Text Example
White with #927A32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #927A32; }
p { color: rgb(146,122,50); }
H1.HeaderClassName
{
color: #927A32;
}
.AnyTagClassName
{
color: #927A32;
}
</style>
background-color css
<style>
a { background-color: #927A32; }
a { background-color: rgb(146,122,50); }
div.DivClassName
{
background-color: #927A32;
}
.BgClassName
{
background-color: #927A32;
}
</style>
border-color css
<style>
span { border-color: #927A32; }
span { border-color: rgb(146,122,50); }
td.TdClassName
{
border-color: #927A32;
}
.TagClassName
{
border-color: #927A32;
}
</style>