Shades of Corn Harvest #8D7337
Tints of Corn Harvest #8D7337
RGB
CMYK
RGB Variations
Color information
#8D7337 (or 0x8D7337) is known color: Corn Harvest. HEX triplet: 8D, 73 and 37. RGB value is (141,115,55). Sum of RGB (Red+Green+Blue) = 141+115+55=311 (41% of max value = 765). Red value is 141 (55.47% from 255 or 45.34% from 311); Green value is 115 (45.31% from 255 or 36.98% from 311); Blue value is 55 (21.88% from 255 or 17.68% from 311); Max value from RGB is 141 - color contains mainly: red. Hex color #8D7337 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8D7337 is #728CC8. Grayscale: #747474. Windows color (decimal): -7507145 or 3634061. OLE color: 3634061.
HSL color Cylindrical-coordinate representation of color #8D7337: hue angle of 41.86º 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 #8D7337 is Cyan = 0, Magento = 0.18, Yellow = 0.61 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 115 | 55 | - |
| CMYK | 0 | 0.18 | 0.61 | 0.45 |
| HSL | 41.86º | 0.44% | 0.38% | - |
| HSV(B) | 41.86º | 0.61% | 0.55% | - |
| XYZ | 17.8 | 18.2 | 6.19 | - |
| YUV | 115.93 | 93.61 | 145.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 115 | 55 | 0 | 0.18 | 0.61 | 0.45 | 41.86 | 0.44 | 0.38 |
| Hex | 8D | 73 | 37 | 0 | 12 | 3D | 2D | 2A | 2C | 26 |
| Octal | 215 | 163 | 67 | 0 | 22 | 75 | 55 | 52 | 54 | 46 |
| Binary | 10001101 | 1110011 | 110111 | 0 | 10010 | 111101 | 101101 | 101010 | 101100 | 100110 |
Color Harmonies of #8D7337
Complementary color
Monochromatic Colors of #8D7337
Black with #8D7337
Text Example
Text Example
White with #8D7337
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D7337; }
p { color: rgb(141,115,55); }
H1.HeaderClassName
{
color: #8D7337;
}
.AnyTagClassName
{
color: #8D7337;
}
</style>
background-color css
<style>
a { background-color: #8D7337; }
a { background-color: rgb(141,115,55); }
div.DivClassName
{
background-color: #8D7337;
}
.BgClassName
{
background-color: #8D7337;
}
</style>
border-color css
<style>
span { border-color: #8D7337; }
span { border-color: rgb(141,115,55); }
td.TdClassName
{
border-color: #8D7337;
}
.TagClassName
{
border-color: #8D7337;
}
</style>