Shades of Corn Harvest #88772D
Tints of Corn Harvest #88772D
RGB
CMYK
RGB Variations
Color information
#88772D (or 0x88772D) is known color: Corn Harvest. HEX triplet: 88, 77 and 2D. RGB value is (136,119,45). Sum of RGB (Red+Green+Blue) = 136+119+45=300 (39% of max value = 765). Red value is 136 (53.52% from 255 or 45.33% from 300); Green value is 119 (46.88% from 255 or 39.67% from 300); Blue value is 45 (17.97% from 255 or 15% from 300); Max value from RGB is 136 - color contains mainly: red. Hex color #88772D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #88772D is #7788D2. Grayscale: #737373. Windows color (decimal): -7833811 or 2979720. OLE color: 2979720.
HSL color Cylindrical-coordinate representation of color #88772D: hue angle of 48.79º degrees, saturation: 0.5, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #88772D is Cyan = 0, Magento = 0.12, Yellow = 0.67 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 119 | 45 | - |
| CMYK | 0 | 0.12 | 0.67 | 0.47 |
| HSL | 48.79º | 0.5% | 0.35% | - |
| HSV(B) | 48.79º | 0.67% | 0.53% | - |
| XYZ | 17.22 | 18.62 | 5.17 | - |
| YUV | 115.65 | 88.13 | 142.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 119 | 45 | 0 | 0.12 | 0.67 | 0.47 | 48.79 | 0.5 | 0.35 |
| Hex | 88 | 77 | 2D | 0 | C | 43 | 2F | 31 | 32 | 23 |
| Octal | 210 | 167 | 55 | 0 | 14 | 103 | 57 | 61 | 62 | 43 |
| Binary | 10001000 | 1110111 | 101101 | 0 | 1100 | 1000011 | 101111 | 110001 | 110010 | 100011 |
Color Harmonies of #88772D
Complementary color
Monochromatic Colors of #88772D
Black with #88772D
Text Example
Text Example
White with #88772D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88772D; }
p { color: rgb(136,119,45); }
H1.HeaderClassName
{
color: #88772D;
}
.AnyTagClassName
{
color: #88772D;
}
</style>
background-color css
<style>
a { background-color: #88772D; }
a { background-color: rgb(136,119,45); }
div.DivClassName
{
background-color: #88772D;
}
.BgClassName
{
background-color: #88772D;
}
</style>
border-color css
<style>
span { border-color: #88772D; }
span { border-color: rgb(136,119,45); }
td.TdClassName
{
border-color: #88772D;
}
.TagClassName
{
border-color: #88772D;
}
</style>