Shades of Corn Harvest #88702F
Tints of Corn Harvest #88702F
RGB
CMYK
RGB Variations
Color information
#88702F (or 0x88702F) is known color: Corn Harvest. HEX triplet: 88, 70 and 2F. RGB value is (136,112,47). Sum of RGB (Red+Green+Blue) = 136+112+47=295 (39% of max value = 765). Red value is 136 (53.52% from 255 or 46.10% from 295); Green value is 112 (44.14% from 255 or 37.97% from 295); Blue value is 47 (18.75% from 255 or 15.93% from 295); Max value from RGB is 136 - color contains mainly: red. Hex color #88702F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #88702F is #778FD0. Grayscale: #707070. Windows color (decimal): -7835601 or 3109000. OLE color: 3109000.
HSL color Cylindrical-coordinate representation of color #88702F: hue angle of 43.82º degrees, saturation: 0.49, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #88702F is Cyan = 0, Magento = 0.18, Yellow = 0.65 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 112 | 47 | - |
| CMYK | 0 | 0.18 | 0.65 | 0.47 |
| HSL | 43.82º | 0.49% | 0.36% | - |
| HSV(B) | 43.82º | 0.65% | 0.53% | - |
| XYZ | 16.46 | 17.03 | 5.11 | - |
| YUV | 111.77 | 91.45 | 145.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 112 | 47 | 0 | 0.18 | 0.65 | 0.47 | 43.82 | 0.49 | 0.36 |
| Hex | 88 | 70 | 2F | 0 | 12 | 41 | 2F | 2C | 31 | 24 |
| Octal | 210 | 160 | 57 | 0 | 22 | 101 | 57 | 54 | 61 | 44 |
| Binary | 10001000 | 1110000 | 101111 | 0 | 10010 | 1000001 | 101111 | 101100 | 110001 | 100100 |
Color Harmonies of #88702F
Complementary color
Monochromatic Colors of #88702F
Black with #88702F
Text Example
Text Example
White with #88702F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88702F; }
p { color: rgb(136,112,47); }
H1.HeaderClassName
{
color: #88702F;
}
.AnyTagClassName
{
color: #88702F;
}
</style>
background-color css
<style>
a { background-color: #88702F; }
a { background-color: rgb(136,112,47); }
div.DivClassName
{
background-color: #88702F;
}
.BgClassName
{
background-color: #88702F;
}
</style>
border-color css
<style>
span { border-color: #88702F; }
span { border-color: rgb(136,112,47); }
td.TdClassName
{
border-color: #88702F;
}
.TagClassName
{
border-color: #88702F;
}
</style>