Shades of Corn Harvest #88752D
Tints of Corn Harvest #88752D
RGB
CMYK
RGB Variations
Color information
#88752D (or 0x88752D) is known color: Corn Harvest. HEX triplet: 88, 75 and 2D. RGB value is (136,117,45). Sum of RGB (Red+Green+Blue) = 136+117+45=298 (39% of max value = 765). Red value is 136 (53.52% from 255 or 45.64% from 298); Green value is 117 (46.09% from 255 or 39.26% from 298); Blue value is 45 (17.97% from 255 or 15.10% from 298); Max value from RGB is 136 - color contains mainly: red. Hex color #88752D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #88752D is #778AD2. Grayscale: #727272. Windows color (decimal): -7834323 or 2979208. OLE color: 2979208.
HSL color Cylindrical-coordinate representation of color #88752D: hue angle of 47.47º 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 #88752D is Cyan = 0, Magento = 0.14, Yellow = 0.67 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 117 | 45 | - |
| CMYK | 0 | 0.14 | 0.67 | 0.47 |
| HSL | 47.47º | 0.5% | 0.35% | - |
| HSV(B) | 47.47º | 0.67% | 0.53% | - |
| XYZ | 16.99 | 18.15 | 5.09 | - |
| YUV | 114.47 | 88.79 | 143.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 117 | 45 | 0 | 0.14 | 0.67 | 0.47 | 47.47 | 0.5 | 0.35 |
| Hex | 88 | 75 | 2D | 0 | E | 43 | 2F | 2F | 32 | 23 |
| Octal | 210 | 165 | 55 | 0 | 16 | 103 | 57 | 57 | 62 | 43 |
| Binary | 10001000 | 1110101 | 101101 | 0 | 1110 | 1000011 | 101111 | 101111 | 110010 | 100011 |
Color Harmonies of #88752D
Complementary color
Monochromatic Colors of #88752D
Black with #88752D
Text Example
Text Example
White with #88752D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88752D; }
p { color: rgb(136,117,45); }
H1.HeaderClassName
{
color: #88752D;
}
.AnyTagClassName
{
color: #88752D;
}
</style>
background-color css
<style>
a { background-color: #88752D; }
a { background-color: rgb(136,117,45); }
div.DivClassName
{
background-color: #88752D;
}
.BgClassName
{
background-color: #88752D;
}
</style>
border-color css
<style>
span { border-color: #88752D; }
span { border-color: rgb(136,117,45); }
td.TdClassName
{
border-color: #88752D;
}
.TagClassName
{
border-color: #88752D;
}
</style>