Shades of Corn Harvest #927A3F
Tints of Corn Harvest #927A3F
RGB
CMYK
RGB Variations
Color information
#927A3F (or 0x927A3F) is known color: Corn Harvest. HEX triplet: 92, 7A and 3F. RGB value is (146,122,63). Sum of RGB (Red+Green+Blue) = 146+122+63=331 (43% of max value = 765). Red value is 146 (57.42% from 255 or 44.11% from 331); Green value is 122 (48.05% from 255 or 36.86% from 331); Blue value is 63 (25% from 255 or 19.03% from 331); Max value from RGB is 146 - color contains mainly: red. Hex color #927A3F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #927A3F is #6D85C0. Grayscale: #7A7A7A. Windows color (decimal): -7177665 or 4160146. OLE color: 4160146.
HSL color Cylindrical-coordinate representation of color #927A3F: hue angle of 42.65º degrees, saturation: 0.4, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #927A3F is Cyan = 0, Magento = 0.16, Yellow = 0.57 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 122 | 63 | - |
| CMYK | 0 | 0.16 | 0.57 | 0.43 |
| HSL | 42.65º | 0.4% | 0.41% | - |
| HSV(B) | 42.65º | 0.57% | 0.57% | - |
| XYZ | 19.71 | 20.39 | 7.6 | - |
| YUV | 122.45 | 94.45 | 144.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 122 | 63 | 0 | 0.16 | 0.57 | 0.43 | 42.65 | 0.4 | 0.41 |
| Hex | 92 | 7A | 3F | 0 | 10 | 39 | 2B | 2B | 28 | 29 |
| Octal | 222 | 172 | 77 | 0 | 20 | 71 | 53 | 53 | 50 | 51 |
| Binary | 10010010 | 1111010 | 111111 | 0 | 10000 | 111001 | 101011 | 101011 | 101000 | 101001 |
Color Harmonies of #927A3F
Complementary color
Monochromatic Colors of #927A3F
Black with #927A3F
Text Example
Text Example
White with #927A3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #927A3F; }
p { color: rgb(146,122,63); }
H1.HeaderClassName
{
color: #927A3F;
}
.AnyTagClassName
{
color: #927A3F;
}
</style>
background-color css
<style>
a { background-color: #927A3F; }
a { background-color: rgb(146,122,63); }
div.DivClassName
{
background-color: #927A3F;
}
.BgClassName
{
background-color: #927A3F;
}
</style>
border-color css
<style>
span { border-color: #927A3F; }
span { border-color: rgb(146,122,63); }
td.TdClassName
{
border-color: #927A3F;
}
.TagClassName
{
border-color: #927A3F;
}
</style>