Shades of Corn Harvest #886D2F
Tints of Corn Harvest #886D2F
RGB
CMYK
RGB Variations
Color information
#886D2F (or 0x886D2F) is known color: Corn Harvest. HEX triplet: 88, 6D and 2F. RGB value is (136,109,47). Sum of RGB (Red+Green+Blue) = 136+109+47=292 (38% of max value = 765). Red value is 136 (53.52% from 255 or 46.58% from 292); Green value is 109 (42.97% from 255 or 37.33% from 292); Blue value is 47 (18.75% from 255 or 16.10% from 292); Max value from RGB is 136 - color contains mainly: red. Hex color #886D2F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #886D2F is #7792D0. Grayscale: #6E6E6E. Windows color (decimal): -7836369 or 3108232. OLE color: 3108232.
HSL color Cylindrical-coordinate representation of color #886D2F: hue angle of 41.8º 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 #886D2F is Cyan = 0, Magento = 0.20, Yellow = 0.65 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 109 | 47 | - |
| CMYK | 0 | 0.20 | 0.65 | 0.47 |
| HSL | 41.8º | 0.49% | 0.36% | - |
| HSV(B) | 41.8º | 0.65% | 0.53% | - |
| XYZ | 16.14 | 16.38 | 5 | - |
| YUV | 110.01 | 92.45 | 146.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 109 | 47 | 0 | 0.20 | 0.65 | 0.47 | 41.8 | 0.49 | 0.36 |
| Hex | 88 | 6D | 2F | 0 | 14 | 41 | 2F | 2A | 31 | 24 |
| Octal | 210 | 155 | 57 | 0 | 24 | 101 | 57 | 52 | 61 | 44 |
| Binary | 10001000 | 1101101 | 101111 | 0 | 10100 | 1000001 | 101111 | 101010 | 110001 | 100100 |
Color Harmonies of #886D2F
Complementary color
Monochromatic Colors of #886D2F
Black with #886D2F
Text Example
Text Example
White with #886D2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #886D2F; }
p { color: rgb(136,109,47); }
H1.HeaderClassName
{
color: #886D2F;
}
.AnyTagClassName
{
color: #886D2F;
}
</style>
background-color css
<style>
a { background-color: #886D2F; }
a { background-color: rgb(136,109,47); }
div.DivClassName
{
background-color: #886D2F;
}
.BgClassName
{
background-color: #886D2F;
}
</style>
border-color css
<style>
span { border-color: #886D2F; }
span { border-color: rgb(136,109,47); }
td.TdClassName
{
border-color: #886D2F;
}
.TagClassName
{
border-color: #886D2F;
}
</style>