Shades of Corn Harvest #93711C
Tints of Corn Harvest #93711C
RGB
CMYK
RGB Variations
Color information
#93711C (or 0x93711C) is known color: Corn Harvest. HEX triplet: 93, 71 and 1C. RGB value is (147,113,28). Sum of RGB (Red+Green+Blue) = 147+113+28=288 (38% of max value = 765). Red value is 147 (57.81% from 255 or 51.04% from 288); Green value is 113 (44.53% from 255 or 39.24% from 288); Blue value is 28 (11.33% from 255 or 9.72% from 288); Max value from RGB is 147 - color contains mainly: red. Hex color #93711C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #93711C is #6C8EE3. Grayscale: #717171. Windows color (decimal): -7114468 or 1864083. OLE color: 1864083.
HSL color Cylindrical-coordinate representation of color #93711C: hue angle of 42.86º degrees, saturation: 0.68, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #93711C is Cyan = 0, Magento = 0.23, Yellow = 0.81 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 113 | 28 | - |
| CMYK | 0 | 0.23 | 0.81 | 0.42 |
| HSL | 42.86º | 0.68% | 0.34% | - |
| HSV(B) | 42.86º | 0.81% | 0.58% | - |
| XYZ | 18.15 | 18.1 | 3.64 | - |
| YUV | 113.48 | 79.76 | 151.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 113 | 28 | 0 | 0.23 | 0.81 | 0.42 | 42.86 | 0.68 | 0.34 |
| Hex | 93 | 71 | 1C | 0 | 17 | 51 | 2A | 2B | 44 | 22 |
| Octal | 223 | 161 | 34 | 0 | 27 | 121 | 52 | 53 | 104 | 42 |
| Binary | 10010011 | 1110001 | 11100 | 0 | 10111 | 1010001 | 101010 | 101011 | 1000100 | 100010 |
Color Harmonies of #93711C
Complementary color
Monochromatic Colors of #93711C
Black with #93711C
Text Example
Text Example
White with #93711C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93711C; }
p { color: rgb(147,113,28); }
H1.HeaderClassName
{
color: #93711C;
}
.AnyTagClassName
{
color: #93711C;
}
</style>
background-color css
<style>
a { background-color: #93711C; }
a { background-color: rgb(147,113,28); }
div.DivClassName
{
background-color: #93711C;
}
.BgClassName
{
background-color: #93711C;
}
</style>
border-color css
<style>
span { border-color: #93711C; }
span { border-color: rgb(147,113,28); }
td.TdClassName
{
border-color: #93711C;
}
.TagClassName
{
border-color: #93711C;
}
</style>