Shades of Corn Harvest #886D32
Tints of Corn Harvest #886D32
RGB
CMYK
RGB Variations
Color information
#886D32 (or 0x886D32) is known color: Corn Harvest. HEX triplet: 88, 6D and 32. RGB value is (136,109,50). Sum of RGB (Red+Green+Blue) = 136+109+50=295 (39% of max value = 765). Red value is 136 (53.52% from 255 or 46.10% from 295); Green value is 109 (42.97% from 255 or 36.95% from 295); Blue value is 50 (19.92% from 255 or 16.95% from 295); Max value from RGB is 136 - color contains mainly: red. Hex color #886D32 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #886D32 is #7792CD. Grayscale: #6E6E6E. Windows color (decimal): -7836366 or 3304840. OLE color: 3304840.
HSL color Cylindrical-coordinate representation of color #886D32: hue angle of 41.16º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #886D32 is Cyan = 0, Magento = 0.20, Yellow = 0.63 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 109 | 50 | - |
| CMYK | 0 | 0.20 | 0.63 | 0.47 |
| HSL | 41.16º | 0.46% | 0.36% | - |
| HSV(B) | 41.16º | 0.63% | 0.53% | - |
| XYZ | 16.2 | 16.4 | 5.33 | - |
| YUV | 110.35 | 93.95 | 146.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 109 | 50 | 0 | 0.20 | 0.63 | 0.47 | 41.16 | 0.46 | 0.36 |
| Hex | 88 | 6D | 32 | 0 | 14 | 3F | 2F | 29 | 2E | 24 |
| Octal | 210 | 155 | 62 | 0 | 24 | 77 | 57 | 51 | 56 | 44 |
| Binary | 10001000 | 1101101 | 110010 | 0 | 10100 | 111111 | 101111 | 101001 | 101110 | 100100 |
Color Harmonies of #886D32
Complementary color
Monochromatic Colors of #886D32
Black with #886D32
Text Example
Text Example
White with #886D32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #886D32; }
p { color: rgb(136,109,50); }
H1.HeaderClassName
{
color: #886D32;
}
.AnyTagClassName
{
color: #886D32;
}
</style>
background-color css
<style>
a { background-color: #886D32; }
a { background-color: rgb(136,109,50); }
div.DivClassName
{
background-color: #886D32;
}
.BgClassName
{
background-color: #886D32;
}
</style>
border-color css
<style>
span { border-color: #886D32; }
span { border-color: rgb(136,109,50); }
td.TdClassName
{
border-color: #886D32;
}
.TagClassName
{
border-color: #886D32;
}
</style>