Shades of Corn Harvest #88703A
Tints of Corn Harvest #88703A
RGB
CMYK
RGB Variations
Color information
#88703A (or 0x88703A) is known color: Corn Harvest. HEX triplet: 88, 70 and 3A. RGB value is (136,112,58). Sum of RGB (Red+Green+Blue) = 136+112+58=306 (40% of max value = 765). Red value is 136 (53.52% from 255 or 44.44% from 306); Green value is 112 (44.14% from 255 or 36.60% from 306); Blue value is 58 (23.05% from 255 or 18.95% from 306); Max value from RGB is 136 - color contains mainly: red. Hex color #88703A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #88703A is #778FC5. Grayscale: #717171. Windows color (decimal): -7835590 or 3829896. OLE color: 3829896.
HSL color Cylindrical-coordinate representation of color #88703A: hue angle of 41.54º degrees, saturation: 0.4, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #88703A is Cyan = 0, Magento = 0.18, Yellow = 0.57 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 112 | 58 | - |
| CMYK | 0 | 0.18 | 0.57 | 0.47 |
| HSL | 41.54º | 0.4% | 0.38% | - |
| HSV(B) | 41.54º | 0.57% | 0.53% | - |
| XYZ | 16.71 | 17.13 | 6.43 | - |
| YUV | 113.02 | 96.95 | 144.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 112 | 58 | 0 | 0.18 | 0.57 | 0.47 | 41.54 | 0.4 | 0.38 |
| Hex | 88 | 70 | 3A | 0 | 12 | 39 | 2F | 2A | 28 | 26 |
| Octal | 210 | 160 | 72 | 0 | 22 | 71 | 57 | 52 | 50 | 46 |
| Binary | 10001000 | 1110000 | 111010 | 0 | 10010 | 111001 | 101111 | 101010 | 101000 | 100110 |
Color Harmonies of #88703A
Complementary color
Monochromatic Colors of #88703A
Black with #88703A
Text Example
Text Example
White with #88703A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88703A; }
p { color: rgb(136,112,58); }
H1.HeaderClassName
{
color: #88703A;
}
.AnyTagClassName
{
color: #88703A;
}
</style>
background-color css
<style>
a { background-color: #88703A; }
a { background-color: rgb(136,112,58); }
div.DivClassName
{
background-color: #88703A;
}
.BgClassName
{
background-color: #88703A;
}
</style>
border-color css
<style>
span { border-color: #88703A; }
span { border-color: rgb(136,112,58); }
td.TdClassName
{
border-color: #88703A;
}
.TagClassName
{
border-color: #88703A;
}
</style>