Shades of Corn Harvest #8D7A35
Tints of Corn Harvest #8D7A35
RGB
CMYK
RGB Variations
Color information
#8D7A35 (or 0x8D7A35) is known color: Corn Harvest. HEX triplet: 8D, 7A and 35. RGB value is (141,122,53). Sum of RGB (Red+Green+Blue) = 141+122+53=316 (41% of max value = 765). Red value is 141 (55.47% from 255 or 44.62% from 316); Green value is 122 (48.05% from 255 or 38.61% from 316); Blue value is 53 (21.09% from 255 or 16.77% from 316); Max value from RGB is 141 - color contains mainly: red. Hex color #8D7A35 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8D7A35 is #7285CA. Grayscale: #787878. Windows color (decimal): -7505355 or 3504781. OLE color: 3504781.
HSL color Cylindrical-coordinate representation of color #8D7A35: hue angle of 47.05º degrees, saturation: 0.45, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8D7A35 is Cyan = 0, Magento = 0.13, Yellow = 0.62 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 122 | 53 | - |
| CMYK | 0 | 0.13 | 0.62 | 0.45 |
| HSL | 47.05º | 0.45% | 0.38% | - |
| HSV(B) | 47.05º | 0.62% | 0.55% | - |
| XYZ | 18.59 | 19.84 | 6.22 | - |
| YUV | 119.82 | 90.29 | 143.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 122 | 53 | 0 | 0.13 | 0.62 | 0.45 | 47.05 | 0.45 | 0.38 |
| Hex | 8D | 7A | 35 | 0 | D | 3E | 2D | 2F | 2D | 26 |
| Octal | 215 | 172 | 65 | 0 | 15 | 76 | 55 | 57 | 55 | 46 |
| Binary | 10001101 | 1111010 | 110101 | 0 | 1101 | 111110 | 101101 | 101111 | 101101 | 100110 |
Color Harmonies of #8D7A35
Complementary color
Monochromatic Colors of #8D7A35
Black with #8D7A35
Text Example
Text Example
White with #8D7A35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D7A35; }
p { color: rgb(141,122,53); }
H1.HeaderClassName
{
color: #8D7A35;
}
.AnyTagClassName
{
color: #8D7A35;
}
</style>
background-color css
<style>
a { background-color: #8D7A35; }
a { background-color: rgb(141,122,53); }
div.DivClassName
{
background-color: #8D7A35;
}
.BgClassName
{
background-color: #8D7A35;
}
</style>
border-color css
<style>
span { border-color: #8D7A35; }
span { border-color: rgb(141,122,53); }
td.TdClassName
{
border-color: #8D7A35;
}
.TagClassName
{
border-color: #8D7A35;
}
</style>