Shades of Corn Harvest #88732B
Tints of Corn Harvest #88732B
RGB
CMYK
RGB Variations
Color information
#88732B (or 0x88732B) is known color: Corn Harvest. HEX triplet: 88, 73 and 2B. RGB value is (136,115,43). Sum of RGB (Red+Green+Blue) = 136+115+43=294 (38% of max value = 765). Red value is 136 (53.52% from 255 or 46.26% from 294); Green value is 115 (45.31% from 255 or 39.12% from 294); Blue value is 43 (17.19% from 255 or 14.63% from 294); Max value from RGB is 136 - color contains mainly: red. Hex color #88732B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #88732B is #778CD4. Grayscale: #717171. Windows color (decimal): -7834837 or 2847624. OLE color: 2847624.
HSL color Cylindrical-coordinate representation of color #88732B: hue angle of 46.45º degrees, saturation: 0.52, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #88732B is Cyan = 0, Magento = 0.15, Yellow = 0.68 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 115 | 43 | - |
| CMYK | 0 | 0.15 | 0.68 | 0.47 |
| HSL | 46.45º | 0.52% | 0.35% | - |
| HSV(B) | 46.45º | 0.68% | 0.53% | - |
| XYZ | 16.72 | 17.67 | 4.81 | - |
| YUV | 113.07 | 88.46 | 144.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 115 | 43 | 0 | 0.15 | 0.68 | 0.47 | 46.45 | 0.52 | 0.35 |
| Hex | 88 | 73 | 2B | 0 | F | 44 | 2F | 2E | 34 | 23 |
| Octal | 210 | 163 | 53 | 0 | 17 | 104 | 57 | 56 | 64 | 43 |
| Binary | 10001000 | 1110011 | 101011 | 0 | 1111 | 1000100 | 101111 | 101110 | 110100 | 100011 |
Color Harmonies of #88732B
Complementary color
Monochromatic Colors of #88732B
Black with #88732B
Text Example
Text Example
White with #88732B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88732B; }
p { color: rgb(136,115,43); }
H1.HeaderClassName
{
color: #88732B;
}
.AnyTagClassName
{
color: #88732B;
}
</style>
background-color css
<style>
a { background-color: #88732B; }
a { background-color: rgb(136,115,43); }
div.DivClassName
{
background-color: #88732B;
}
.BgClassName
{
background-color: #88732B;
}
</style>
border-color css
<style>
span { border-color: #88732B; }
span { border-color: rgb(136,115,43); }
td.TdClassName
{
border-color: #88732B;
}
.TagClassName
{
border-color: #88732B;
}
</style>