Shades of Corn Harvest #93701B
Tints of Corn Harvest #93701B
RGB
CMYK
RGB Variations
Color information
#93701B (or 0x93701B) is known color: Corn Harvest. HEX triplet: 93, 70 and 1B. RGB value is (147,112,27). Sum of RGB (Red+Green+Blue) = 147+112+27=286 (37% of max value = 765). Red value is 147 (57.81% from 255 or 51.40% from 286); Green value is 112 (44.14% from 255 or 39.16% from 286); Blue value is 27 (10.94% from 255 or 9.44% from 286); Max value from RGB is 147 - color contains mainly: red. Hex color #93701B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #93701B is #6C8FE4. Grayscale: #717171. Windows color (decimal): -7114725 or 1798291. OLE color: 1798291.
HSL color Cylindrical-coordinate representation of color #93701B: hue angle of 42.5º degrees, saturation: 0.69, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #93701B is Cyan = 0, Magento = 0.24, Yellow = 0.82 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 112 | 27 | - |
| CMYK | 0 | 0.24 | 0.82 | 0.42 |
| HSL | 42.5º | 0.69% | 0.34% | - |
| HSV(B) | 42.5º | 0.82% | 0.58% | - |
| XYZ | 18.02 | 17.87 | 3.54 | - |
| YUV | 112.78 | 79.6 | 152.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 112 | 27 | 0 | 0.24 | 0.82 | 0.42 | 42.5 | 0.69 | 0.34 |
| Hex | 93 | 70 | 1B | 0 | 18 | 52 | 2A | 2A | 45 | 22 |
| Octal | 223 | 160 | 33 | 0 | 30 | 122 | 52 | 52 | 105 | 42 |
| Binary | 10010011 | 1110000 | 11011 | 0 | 11000 | 1010010 | 101010 | 101010 | 1000101 | 100010 |
Color Harmonies of #93701B
Complementary color
Monochromatic Colors of #93701B
Black with #93701B
Text Example
Text Example
White with #93701B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93701B; }
p { color: rgb(147,112,27); }
H1.HeaderClassName
{
color: #93701B;
}
.AnyTagClassName
{
color: #93701B;
}
</style>
background-color css
<style>
a { background-color: #93701B; }
a { background-color: rgb(147,112,27); }
div.DivClassName
{
background-color: #93701B;
}
.BgClassName
{
background-color: #93701B;
}
</style>
border-color css
<style>
span { border-color: #93701B; }
span { border-color: rgb(147,112,27); }
td.TdClassName
{
border-color: #93701B;
}
.TagClassName
{
border-color: #93701B;
}
</style>