Shades of Corn Harvest #8D6D25
Tints of Corn Harvest #8D6D25
RGB
CMYK
RGB Variations
Color information
#8D6D25 (or 0x8D6D25) is known color: Corn Harvest. HEX triplet: 8D, 6D and 25. RGB value is (141,109,37). Sum of RGB (Red+Green+Blue) = 141+109+37=287 (38% of max value = 765). Red value is 141 (55.47% from 255 or 49.13% from 287); Green value is 109 (42.97% from 255 or 37.98% from 287); Blue value is 37 (14.84% from 255 or 12.89% from 287); Max value from RGB is 141 - color contains mainly: red. Hex color #8D6D25 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8D6D25 is #7292DA. Grayscale: #6E6E6E. Windows color (decimal): -7508699 or 2452877. OLE color: 2452877.
HSL color Cylindrical-coordinate representation of color #8D6D25: hue angle of 41.54º degrees, saturation: 0.58, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8D6D25 is Cyan = 0, Magento = 0.23, Yellow = 0.74 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 109 | 37 | - |
| CMYK | 0 | 0.23 | 0.74 | 0.45 |
| HSL | 41.54º | 0.58% | 0.35% | - |
| HSV(B) | 41.54º | 0.74% | 0.55% | - |
| XYZ | 16.79 | 16.73 | 4.1 | - |
| YUV | 110.36 | 86.6 | 149.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 109 | 37 | 0 | 0.23 | 0.74 | 0.45 | 41.54 | 0.58 | 0.35 |
| Hex | 8D | 6D | 25 | 0 | 17 | 4A | 2D | 2A | 3A | 23 |
| Octal | 215 | 155 | 45 | 0 | 27 | 112 | 55 | 52 | 72 | 43 |
| Binary | 10001101 | 1101101 | 100101 | 0 | 10111 | 1001010 | 101101 | 101010 | 111010 | 100011 |
Color Harmonies of #8D6D25
Complementary color
Monochromatic Colors of #8D6D25
Black with #8D6D25
Text Example
Text Example
White with #8D6D25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D6D25; }
p { color: rgb(141,109,37); }
H1.HeaderClassName
{
color: #8D6D25;
}
.AnyTagClassName
{
color: #8D6D25;
}
</style>
background-color css
<style>
a { background-color: #8D6D25; }
a { background-color: rgb(141,109,37); }
div.DivClassName
{
background-color: #8D6D25;
}
.BgClassName
{
background-color: #8D6D25;
}
</style>
border-color css
<style>
span { border-color: #8D6D25; }
span { border-color: rgb(141,109,37); }
td.TdClassName
{
border-color: #8D6D25;
}
.TagClassName
{
border-color: #8D6D25;
}
</style>