Shades of Corn Harvest #93702C
Tints of Corn Harvest #93702C
RGB
CMYK
RGB Variations
Color information
#93702C (or 0x93702C) is known color: Corn Harvest. HEX triplet: 93, 70 and 2C. RGB value is (147,112,44). Sum of RGB (Red+Green+Blue) = 147+112+44=303 (40% of max value = 765). Red value is 147 (57.81% from 255 or 48.51% from 303); Green value is 112 (44.14% from 255 or 36.96% from 303); Blue value is 44 (17.58% from 255 or 14.52% from 303); Max value from RGB is 147 - color contains mainly: red. Hex color #93702C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #93702C is #6C8FD3. Grayscale: #737373. Windows color (decimal): -7114708 or 2912403. OLE color: 2912403.
HSL color Cylindrical-coordinate representation of color #93702C: hue angle of 39.61º degrees, saturation: 0.54, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #93702C is Cyan = 0, Magento = 0.24, Yellow = 0.70 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 112 | 44 | - |
| CMYK | 0 | 0.24 | 0.70 | 0.42 |
| HSL | 39.61º | 0.54% | 0.37% | - |
| HSV(B) | 39.61º | 0.7% | 0.58% | - |
| XYZ | 18.28 | 17.97 | 4.89 | - |
| YUV | 114.71 | 88.1 | 151.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 112 | 44 | 0 | 0.24 | 0.70 | 0.42 | 39.61 | 0.54 | 0.37 |
| Hex | 93 | 70 | 2C | 0 | 18 | 46 | 2A | 28 | 36 | 25 |
| Octal | 223 | 160 | 54 | 0 | 30 | 106 | 52 | 50 | 66 | 45 |
| Binary | 10010011 | 1110000 | 101100 | 0 | 11000 | 1000110 | 101010 | 101000 | 110110 | 100101 |
Color Harmonies of #93702C
Complementary color
Monochromatic Colors of #93702C
Black with #93702C
Text Example
Text Example
White with #93702C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93702C; }
p { color: rgb(147,112,44); }
H1.HeaderClassName
{
color: #93702C;
}
.AnyTagClassName
{
color: #93702C;
}
</style>
background-color css
<style>
a { background-color: #93702C; }
a { background-color: rgb(147,112,44); }
div.DivClassName
{
background-color: #93702C;
}
.BgClassName
{
background-color: #93702C;
}
</style>
border-color css
<style>
span { border-color: #93702C; }
span { border-color: rgb(147,112,44); }
td.TdClassName
{
border-color: #93702C;
}
.TagClassName
{
border-color: #93702C;
}
</style>