Shades of Corn Harvest #937A2F
Tints of Corn Harvest #937A2F
RGB
CMYK
RGB Variations
Color information
#937A2F (or 0x937A2F) is known color: Corn Harvest. HEX triplet: 93, 7A and 2F. RGB value is (147,122,47). Sum of RGB (Red+Green+Blue) = 147+122+47=316 (41% of max value = 765). Red value is 147 (57.81% from 255 or 46.52% from 316); Green value is 122 (48.05% from 255 or 38.61% from 316); Blue value is 47 (18.75% from 255 or 14.87% from 316); Max value from RGB is 147 - color contains mainly: red. Hex color #937A2F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #937A2F is #6C85D0. Grayscale: #797979. Windows color (decimal): -7112145 or 3111571. OLE color: 3111571.
HSL color Cylindrical-coordinate representation of color #937A2F: hue angle of 45º degrees, saturation: 0.52, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #937A2F is Cyan = 0, Magento = 0.17, Yellow = 0.68 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 122 | 47 | - |
| CMYK | 0 | 0.17 | 0.68 | 0.42 |
| HSL | 45º | 0.52% | 0.38% | - |
| HSV(B) | 45º | 0.68% | 0.58% | - |
| XYZ | 19.51 | 20.33 | 5.58 | - |
| YUV | 120.93 | 86.28 | 146.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 122 | 47 | 0 | 0.17 | 0.68 | 0.42 | 45 | 0.52 | 0.38 |
| Hex | 93 | 7A | 2F | 0 | 11 | 44 | 2A | 2D | 34 | 26 |
| Octal | 223 | 172 | 57 | 0 | 21 | 104 | 52 | 55 | 64 | 46 |
| Binary | 10010011 | 1111010 | 101111 | 0 | 10001 | 1000100 | 101010 | 101101 | 110100 | 100110 |
Color Harmonies of #937A2F
Complementary color
Monochromatic Colors of #937A2F
Black with #937A2F
Text Example
Text Example
White with #937A2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #937A2F; }
p { color: rgb(147,122,47); }
H1.HeaderClassName
{
color: #937A2F;
}
.AnyTagClassName
{
color: #937A2F;
}
</style>
background-color css
<style>
a { background-color: #937A2F; }
a { background-color: rgb(147,122,47); }
div.DivClassName
{
background-color: #937A2F;
}
.BgClassName
{
background-color: #937A2F;
}
</style>
border-color css
<style>
span { border-color: #937A2F; }
span { border-color: rgb(147,122,47); }
td.TdClassName
{
border-color: #937A2F;
}
.TagClassName
{
border-color: #937A2F;
}
</style>