Shades of Corn Harvest #88703C
Tints of Corn Harvest #88703C
RGB
CMYK
RGB Variations
Color information
#88703C (or 0x88703C) is known color: Corn Harvest. HEX triplet: 88, 70 and 3C. RGB value is (136,112,60). Sum of RGB (Red+Green+Blue) = 136+112+60=308 (40% of max value = 765). Red value is 136 (53.52% from 255 or 44.16% from 308); Green value is 112 (44.14% from 255 or 36.36% from 308); Blue value is 60 (23.83% from 255 or 19.48% from 308); Max value from RGB is 136 - color contains mainly: red. Hex color #88703C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #88703C is #778FC3. Grayscale: #717171. Windows color (decimal): -7835588 or 3960968. OLE color: 3960968.
HSL color Cylindrical-coordinate representation of color #88703C: hue angle of 41.05º degrees, saturation: 0.39, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #88703C is Cyan = 0, Magento = 0.18, Yellow = 0.56 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 112 | 60 | - |
| CMYK | 0 | 0.18 | 0.56 | 0.47 |
| HSL | 41.05º | 0.39% | 0.38% | - |
| HSV(B) | 41.05º | 0.56% | 0.53% | - |
| XYZ | 16.76 | 17.15 | 6.7 | - |
| YUV | 113.25 | 97.95 | 144.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 112 | 60 | 0 | 0.18 | 0.56 | 0.47 | 41.05 | 0.39 | 0.38 |
| Hex | 88 | 70 | 3C | 0 | 12 | 38 | 2F | 29 | 27 | 26 |
| Octal | 210 | 160 | 74 | 0 | 22 | 70 | 57 | 51 | 47 | 46 |
| Binary | 10001000 | 1110000 | 111100 | 0 | 10010 | 111000 | 101111 | 101001 | 100111 | 100110 |
Color Harmonies of #88703C
Complementary color
Monochromatic Colors of #88703C
Black with #88703C
Text Example
Text Example
White with #88703C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88703C; }
p { color: rgb(136,112,60); }
H1.HeaderClassName
{
color: #88703C;
}
.AnyTagClassName
{
color: #88703C;
}
</style>
background-color css
<style>
a { background-color: #88703C; }
a { background-color: rgb(136,112,60); }
div.DivClassName
{
background-color: #88703C;
}
.BgClassName
{
background-color: #88703C;
}
</style>
border-color css
<style>
span { border-color: #88703C; }
span { border-color: rgb(136,112,60); }
td.TdClassName
{
border-color: #88703C;
}
.TagClassName
{
border-color: #88703C;
}
</style>