Shades of Corn Harvest #8D6B31
Tints of Corn Harvest #8D6B31
RGB
CMYK
RGB Variations
Color information
#8D6B31 (or 0x8D6B31) is known color: Corn Harvest. HEX triplet: 8D, 6B and 31. RGB value is (141,107,49). Sum of RGB (Red+Green+Blue) = 141+107+49=297 (39% of max value = 765). Red value is 141 (55.47% from 255 or 47.47% from 297); Green value is 107 (42.19% from 255 or 36.03% from 297); Blue value is 49 (19.53% from 255 or 16.50% from 297); Max value from RGB is 141 - color contains mainly: red. Hex color #8D6B31 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8D6B31 is #7294CE. Grayscale: #6E6E6E. Windows color (decimal): -7509199 or 3238797. OLE color: 3238797.
HSL color Cylindrical-coordinate representation of color #8D6B31: hue angle of 37.83º degrees, saturation: 0.48, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8D6B31 is Cyan = 0, Magento = 0.24, Yellow = 0.65 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 107 | 49 | - |
| CMYK | 0 | 0.24 | 0.65 | 0.45 |
| HSL | 37.83º | 0.48% | 0.37% | - |
| HSV(B) | 37.83º | 0.65% | 0.55% | - |
| XYZ | 16.8 | 16.4 | 5.19 | - |
| YUV | 110.55 | 93.26 | 149.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 107 | 49 | 0 | 0.24 | 0.65 | 0.45 | 37.83 | 0.48 | 0.37 |
| Hex | 8D | 6B | 31 | 0 | 18 | 41 | 2D | 26 | 30 | 25 |
| Octal | 215 | 153 | 61 | 0 | 30 | 101 | 55 | 46 | 60 | 45 |
| Binary | 10001101 | 1101011 | 110001 | 0 | 11000 | 1000001 | 101101 | 100110 | 110000 | 100101 |
Color Harmonies of #8D6B31
Complementary color
Monochromatic Colors of #8D6B31
Black with #8D6B31
Text Example
Text Example
White with #8D6B31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D6B31; }
p { color: rgb(141,107,49); }
H1.HeaderClassName
{
color: #8D6B31;
}
.AnyTagClassName
{
color: #8D6B31;
}
</style>
background-color css
<style>
a { background-color: #8D6B31; }
a { background-color: rgb(141,107,49); }
div.DivClassName
{
background-color: #8D6B31;
}
.BgClassName
{
background-color: #8D6B31;
}
</style>
border-color css
<style>
span { border-color: #8D6B31; }
span { border-color: rgb(141,107,49); }
td.TdClassName
{
border-color: #8D6B31;
}
.TagClassName
{
border-color: #8D6B31;
}
</style>