Shades of Corn Harvest #8D6823
Tints of Corn Harvest #8D6823
RGB
CMYK
RGB Variations
Color information
#8D6823 (or 0x8D6823) is known color: Corn Harvest. HEX triplet: 8D, 68 and 23. RGB value is (141,104,35). Sum of RGB (Red+Green+Blue) = 141+104+35=280 (37% of max value = 765). Red value is 141 (55.47% from 255 or 50.36% from 280); Green value is 104 (41.02% from 255 or 37.14% from 280); Blue value is 35 (14.06% from 255 or 12.5% from 280); Max value from RGB is 141 - color contains mainly: red. Hex color #8D6823 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8D6823 is #7297DC. Grayscale: #6B6B6B. Windows color (decimal): -7509981 or 2320525. OLE color: 2320525.
HSL color Cylindrical-coordinate representation of color #8D6823: hue angle of 39.06º degrees, saturation: 0.6, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8D6823 is Cyan = 0, Magento = 0.26, Yellow = 0.75 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 104 | 35 | - |
| CMYK | 0 | 0.26 | 0.75 | 0.45 |
| HSL | 39.06º | 0.6% | 0.35% | - |
| HSV(B) | 39.06º | 0.75% | 0.55% | - |
| XYZ | 16.24 | 15.68 | 3.76 | - |
| YUV | 107.2 | 87.26 | 152.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 104 | 35 | 0 | 0.26 | 0.75 | 0.45 | 39.06 | 0.6 | 0.35 |
| Hex | 8D | 68 | 23 | 0 | 1A | 4B | 2D | 27 | 3C | 23 |
| Octal | 215 | 150 | 43 | 0 | 32 | 113 | 55 | 47 | 74 | 43 |
| Binary | 10001101 | 1101000 | 100011 | 0 | 11010 | 1001011 | 101101 | 100111 | 111100 | 100011 |
Color Harmonies of #8D6823
Complementary color
Monochromatic Colors of #8D6823
Black with #8D6823
Text Example
Text Example
White with #8D6823
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D6823; }
p { color: rgb(141,104,35); }
H1.HeaderClassName
{
color: #8D6823;
}
.AnyTagClassName
{
color: #8D6823;
}
</style>
background-color css
<style>
a { background-color: #8D6823; }
a { background-color: rgb(141,104,35); }
div.DivClassName
{
background-color: #8D6823;
}
.BgClassName
{
background-color: #8D6823;
}
</style>
border-color css
<style>
span { border-color: #8D6823; }
span { border-color: rgb(141,104,35); }
td.TdClassName
{
border-color: #8D6823;
}
.TagClassName
{
border-color: #8D6823;
}
</style>