Shades of Corn Harvest #8C7237
Tints of Corn Harvest #8C7237
RGB
CMYK
RGB Variations
Color information
#8C7237 (or 0x8C7237) is known color: Corn Harvest. HEX triplet: 8C, 72 and 37. RGB value is (140,114,55). Sum of RGB (Red+Green+Blue) = 140+114+55=309 (40% of max value = 765). Red value is 140 (55.08% from 255 or 45.31% from 309); Green value is 114 (44.92% from 255 or 36.89% from 309); Blue value is 55 (21.88% from 255 or 17.80% from 309); Max value from RGB is 140 - color contains mainly: red. Hex color #8C7237 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8C7237 is #738DC8. Grayscale: #737373. Windows color (decimal): -7572937 or 3633804. OLE color: 3633804.
HSL color Cylindrical-coordinate representation of color #8C7237: hue angle of 41.65º degrees, saturation: 0.44, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8C7237 is Cyan = 0, Magento = 0.19, Yellow = 0.61 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 114 | 55 | - |
| CMYK | 0 | 0.19 | 0.61 | 0.45 |
| HSL | 41.65º | 0.44% | 0.38% | - |
| HSV(B) | 41.65º | 0.61% | 0.55% | - |
| XYZ | 17.52 | 17.89 | 6.14 | - |
| YUV | 115.05 | 94.11 | 145.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 114 | 55 | 0 | 0.19 | 0.61 | 0.45 | 41.65 | 0.44 | 0.38 |
| Hex | 8C | 72 | 37 | 0 | 13 | 3D | 2D | 2A | 2C | 26 |
| Octal | 214 | 162 | 67 | 0 | 23 | 75 | 55 | 52 | 54 | 46 |
| Binary | 10001100 | 1110010 | 110111 | 0 | 10011 | 111101 | 101101 | 101010 | 101100 | 100110 |
Color Harmonies of #8C7237
Complementary color
Monochromatic Colors of #8C7237
Black with #8C7237
Text Example
Text Example
White with #8C7237
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C7237; }
p { color: rgb(140,114,55); }
H1.HeaderClassName
{
color: #8C7237;
}
.AnyTagClassName
{
color: #8C7237;
}
</style>
background-color css
<style>
a { background-color: #8C7237; }
a { background-color: rgb(140,114,55); }
div.DivClassName
{
background-color: #8C7237;
}
.BgClassName
{
background-color: #8C7237;
}
</style>
border-color css
<style>
span { border-color: #8C7237; }
span { border-color: rgb(140,114,55); }
td.TdClassName
{
border-color: #8C7237;
}
.TagClassName
{
border-color: #8C7237;
}
</style>