Shades of Corn Harvest #8D7334
Tints of Corn Harvest #8D7334
RGB
CMYK
RGB Variations
Color information
#8D7334 (or 0x8D7334) is known color: Corn Harvest. HEX triplet: 8D, 73 and 34. RGB value is (141,115,52). Sum of RGB (Red+Green+Blue) = 141+115+52=308 (40% of max value = 765). Red value is 141 (55.47% from 255 or 45.78% from 308); Green value is 115 (45.31% from 255 or 37.34% from 308); Blue value is 52 (20.70% from 255 or 16.88% from 308); Max value from RGB is 141 - color contains mainly: red. Hex color #8D7334 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8D7334 is #728CCB. Grayscale: #737373. Windows color (decimal): -7507148 or 3437453. OLE color: 3437453.
HSL color Cylindrical-coordinate representation of color #8D7334: hue angle of 42.47º degrees, saturation: 0.46, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8D7334 is Cyan = 0, Magento = 0.18, Yellow = 0.63 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 115 | 52 | - |
| CMYK | 0 | 0.18 | 0.63 | 0.45 |
| HSL | 42.47º | 0.46% | 0.38% | - |
| HSV(B) | 42.47º | 0.63% | 0.55% | - |
| XYZ | 17.74 | 18.17 | 5.82 | - |
| YUV | 115.59 | 92.11 | 146.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 115 | 52 | 0 | 0.18 | 0.63 | 0.45 | 42.47 | 0.46 | 0.38 |
| Hex | 8D | 73 | 34 | 0 | 12 | 3F | 2D | 2A | 2E | 26 |
| Octal | 215 | 163 | 64 | 0 | 22 | 77 | 55 | 52 | 56 | 46 |
| Binary | 10001101 | 1110011 | 110100 | 0 | 10010 | 111111 | 101101 | 101010 | 101110 | 100110 |
Color Harmonies of #8D7334
Complementary color
Monochromatic Colors of #8D7334
Black with #8D7334
Text Example
Text Example
White with #8D7334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D7334; }
p { color: rgb(141,115,52); }
H1.HeaderClassName
{
color: #8D7334;
}
.AnyTagClassName
{
color: #8D7334;
}
</style>
background-color css
<style>
a { background-color: #8D7334; }
a { background-color: rgb(141,115,52); }
div.DivClassName
{
background-color: #8D7334;
}
.BgClassName
{
background-color: #8D7334;
}
</style>
border-color css
<style>
span { border-color: #8D7334; }
span { border-color: rgb(141,115,52); }
td.TdClassName
{
border-color: #8D7334;
}
.TagClassName
{
border-color: #8D7334;
}
</style>