Shades of Corn Harvest #93702F
Tints of Corn Harvest #93702F
RGB
CMYK
RGB Variations
Color information
#93702F (or 0x93702F) is known color: Corn Harvest. HEX triplet: 93, 70 and 2F. RGB value is (147,112,47). Sum of RGB (Red+Green+Blue) = 147+112+47=306 (40% of max value = 765). Red value is 147 (57.81% from 255 or 48.04% from 306); Green value is 112 (44.14% from 255 or 36.60% from 306); Blue value is 47 (18.75% from 255 or 15.36% from 306); Max value from RGB is 147 - color contains mainly: red. Hex color #93702F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #93702F is #6C8FD0. Grayscale: #737373. Windows color (decimal): -7114705 or 3109011. OLE color: 3109011.
HSL color Cylindrical-coordinate representation of color #93702F: hue angle of 39º 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 #93702F is Cyan = 0, Magento = 0.24, Yellow = 0.68 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 112 | 47 | - |
| CMYK | 0 | 0.24 | 0.68 | 0.42 |
| HSL | 39º | 0.52% | 0.38% | - |
| HSV(B) | 39º | 0.68% | 0.58% | - |
| XYZ | 18.34 | 18 | 5.2 | - |
| YUV | 115.06 | 89.6 | 150.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 112 | 47 | 0 | 0.24 | 0.68 | 0.42 | 39 | 0.52 | 0.38 |
| Hex | 93 | 70 | 2F | 0 | 18 | 44 | 2A | 27 | 34 | 26 |
| Octal | 223 | 160 | 57 | 0 | 30 | 104 | 52 | 47 | 64 | 46 |
| Binary | 10010011 | 1110000 | 101111 | 0 | 11000 | 1000100 | 101010 | 100111 | 110100 | 100110 |
Color Harmonies of #93702F
Complementary color
Monochromatic Colors of #93702F
Black with #93702F
Text Example
Text Example
White with #93702F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93702F; }
p { color: rgb(147,112,47); }
H1.HeaderClassName
{
color: #93702F;
}
.AnyTagClassName
{
color: #93702F;
}
</style>
background-color css
<style>
a { background-color: #93702F; }
a { background-color: rgb(147,112,47); }
div.DivClassName
{
background-color: #93702F;
}
.BgClassName
{
background-color: #93702F;
}
</style>
border-color css
<style>
span { border-color: #93702F; }
span { border-color: rgb(147,112,47); }
td.TdClassName
{
border-color: #93702F;
}
.TagClassName
{
border-color: #93702F;
}
</style>