Shades of Corn Harvest #88792D
Tints of Corn Harvest #88792D
RGB
CMYK
RGB Variations
Color information
#88792D (or 0x88792D) is known color: Corn Harvest. HEX triplet: 88, 79 and 2D. RGB value is (136,121,45). Sum of RGB (Red+Green+Blue) = 136+121+45=302 (40% of max value = 765). Red value is 136 (53.52% from 255 or 45.03% from 302); Green value is 121 (47.66% from 255 or 40.07% from 302); Blue value is 45 (17.97% from 255 or 14.90% from 302); Max value from RGB is 136 - color contains mainly: red. Hex color #88792D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #88792D is #7786D2. Grayscale: #757575. Windows color (decimal): -7833299 or 2980232. OLE color: 2980232.
HSL color Cylindrical-coordinate representation of color #88792D: hue angle of 50.11º 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 #88792D is Cyan = 0, Magento = 0.11, Yellow = 0.67 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 121 | 45 | - |
| CMYK | 0 | 0.11 | 0.67 | 0.47 |
| HSL | 50.11º | 0.5% | 0.35% | - |
| HSV(B) | 50.11º | 0.67% | 0.53% | - |
| XYZ | 17.46 | 19.1 | 5.25 | - |
| YUV | 116.82 | 87.47 | 141.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 121 | 45 | 0 | 0.11 | 0.67 | 0.47 | 50.11 | 0.5 | 0.35 |
| Hex | 88 | 79 | 2D | 0 | B | 43 | 2F | 32 | 32 | 23 |
| Octal | 210 | 171 | 55 | 0 | 13 | 103 | 57 | 62 | 62 | 43 |
| Binary | 10001000 | 1111001 | 101101 | 0 | 1011 | 1000011 | 101111 | 110010 | 110010 | 100011 |
Color Harmonies of #88792D
Complementary color
Monochromatic Colors of #88792D
Black with #88792D
Text Example
Text Example
White with #88792D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88792D; }
p { color: rgb(136,121,45); }
H1.HeaderClassName
{
color: #88792D;
}
.AnyTagClassName
{
color: #88792D;
}
</style>
background-color css
<style>
a { background-color: #88792D; }
a { background-color: rgb(136,121,45); }
div.DivClassName
{
background-color: #88792D;
}
.BgClassName
{
background-color: #88792D;
}
</style>
border-color css
<style>
span { border-color: #88792D; }
span { border-color: rgb(136,121,45); }
td.TdClassName
{
border-color: #88792D;
}
.TagClassName
{
border-color: #88792D;
}
</style>