Shades of Corn Harvest #886F28
Tints of Corn Harvest #886F28
RGB
CMYK
RGB Variations
Color information
#886F28 (or 0x886F28) is known color: Corn Harvest. HEX triplet: 88, 6F and 28. RGB value is (136,111,40). Sum of RGB (Red+Green+Blue) = 136+111+40=287 (38% of max value = 765). Red value is 136 (53.52% from 255 or 47.39% from 287); Green value is 111 (43.75% from 255 or 38.68% from 287); Blue value is 40 (16.02% from 255 or 13.94% from 287); Max value from RGB is 136 - color contains mainly: red. Hex color #886F28 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #886F28 is #7790D7. Grayscale: #6E6E6E. Windows color (decimal): -7835864 or 2649992. OLE color: 2649992.
HSL color Cylindrical-coordinate representation of color #886F28: hue angle of 44.38º degrees, saturation: 0.55, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #886F28 is Cyan = 0, Magento = 0.18, Yellow = 0.71 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 111 | 40 | - |
| CMYK | 0 | 0.18 | 0.71 | 0.47 |
| HSL | 44.38º | 0.55% | 0.35% | - |
| HSV(B) | 44.38º | 0.71% | 0.53% | - |
| XYZ | 16.22 | 16.76 | 4.39 | - |
| YUV | 110.38 | 88.28 | 146.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 111 | 40 | 0 | 0.18 | 0.71 | 0.47 | 44.38 | 0.55 | 0.35 |
| Hex | 88 | 6F | 28 | 0 | 12 | 47 | 2F | 2C | 37 | 23 |
| Octal | 210 | 157 | 50 | 0 | 22 | 107 | 57 | 54 | 67 | 43 |
| Binary | 10001000 | 1101111 | 101000 | 0 | 10010 | 1000111 | 101111 | 101100 | 110111 | 100011 |
Color Harmonies of #886F28
Complementary color
Monochromatic Colors of #886F28
Black with #886F28
Text Example
Text Example
White with #886F28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #886F28; }
p { color: rgb(136,111,40); }
H1.HeaderClassName
{
color: #886F28;
}
.AnyTagClassName
{
color: #886F28;
}
</style>
background-color css
<style>
a { background-color: #886F28; }
a { background-color: rgb(136,111,40); }
div.DivClassName
{
background-color: #886F28;
}
.BgClassName
{
background-color: #886F28;
}
</style>
border-color css
<style>
span { border-color: #886F28; }
span { border-color: rgb(136,111,40); }
td.TdClassName
{
border-color: #886F28;
}
.TagClassName
{
border-color: #886F28;
}
</style>