Shades of Corn Harvest #8D7939
Tints of Corn Harvest #8D7939
RGB
CMYK
RGB Variations
Color information
#8D7939 (or 0x8D7939) is known color: Corn Harvest. HEX triplet: 8D, 79 and 39. RGB value is (141,121,57). Sum of RGB (Red+Green+Blue) = 141+121+57=319 (42% of max value = 765). Red value is 141 (55.47% from 255 or 44.20% from 319); Green value is 121 (47.66% from 255 or 37.93% from 319); Blue value is 57 (22.66% from 255 or 17.87% from 319); Max value from RGB is 141 - color contains mainly: red. Hex color #8D7939 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8D7939 is #7286C6. Grayscale: #777777. Windows color (decimal): -7505607 or 3766669. OLE color: 3766669.
HSL color Cylindrical-coordinate representation of color #8D7939: hue angle of 45.71º degrees, saturation: 0.42, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8D7939 is Cyan = 0, Magento = 0.14, Yellow = 0.60 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 121 | 57 | - |
| CMYK | 0 | 0.14 | 0.60 | 0.45 |
| HSL | 45.71º | 0.42% | 0.39% | - |
| HSV(B) | 45.71º | 0.6% | 0.55% | - |
| XYZ | 18.56 | 19.63 | 6.68 | - |
| YUV | 119.68 | 92.63 | 143.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 121 | 57 | 0 | 0.14 | 0.60 | 0.45 | 45.71 | 0.42 | 0.39 |
| Hex | 8D | 79 | 39 | 0 | E | 3C | 2D | 2E | 2A | 27 |
| Octal | 215 | 171 | 71 | 0 | 16 | 74 | 55 | 56 | 52 | 47 |
| Binary | 10001101 | 1111001 | 111001 | 0 | 1110 | 111100 | 101101 | 101110 | 101010 | 100111 |
Color Harmonies of #8D7939
Complementary color
Monochromatic Colors of #8D7939
Black with #8D7939
Text Example
Text Example
White with #8D7939
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D7939; }
p { color: rgb(141,121,57); }
H1.HeaderClassName
{
color: #8D7939;
}
.AnyTagClassName
{
color: #8D7939;
}
</style>
background-color css
<style>
a { background-color: #8D7939; }
a { background-color: rgb(141,121,57); }
div.DivClassName
{
background-color: #8D7939;
}
.BgClassName
{
background-color: #8D7939;
}
</style>
border-color css
<style>
span { border-color: #8D7939; }
span { border-color: rgb(141,121,57); }
td.TdClassName
{
border-color: #8D7939;
}
.TagClassName
{
border-color: #8D7939;
}
</style>