Shades of Corn Harvest #8D783B
Tints of Corn Harvest #8D783B
RGB
CMYK
RGB Variations
Color information
#8D783B (or 0x8D783B) is known color: Corn Harvest. HEX triplet: 8D, 78 and 3B. RGB value is (141,120,59). Sum of RGB (Red+Green+Blue) = 141+120+59=320 (42% of max value = 765). Red value is 141 (55.47% from 255 or 44.06% from 320); Green value is 120 (47.27% from 255 or 37.5% from 320); Blue value is 59 (23.44% from 255 or 18.44% from 320); Max value from RGB is 141 - color contains mainly: red. Hex color #8D783B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8D783B is #7287C4. Grayscale: #777777. Windows color (decimal): -7505861 or 3897485. OLE color: 3897485.
HSL color Cylindrical-coordinate representation of color #8D783B: hue angle of 44.63º degrees, saturation: 0.41, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8D783B is Cyan = 0, Magento = 0.15, Yellow = 0.58 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 120 | 59 | - |
| CMYK | 0 | 0.15 | 0.58 | 0.45 |
| HSL | 44.63º | 0.41% | 0.39% | - |
| HSV(B) | 44.63º | 0.58% | 0.55% | - |
| XYZ | 18.49 | 19.41 | 6.91 | - |
| YUV | 119.33 | 93.96 | 143.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 120 | 59 | 0 | 0.15 | 0.58 | 0.45 | 44.63 | 0.41 | 0.39 |
| Hex | 8D | 78 | 3B | 0 | F | 3A | 2D | 2D | 29 | 27 |
| Octal | 215 | 170 | 73 | 0 | 17 | 72 | 55 | 55 | 51 | 47 |
| Binary | 10001101 | 1111000 | 111011 | 0 | 1111 | 111010 | 101101 | 101101 | 101001 | 100111 |
Color Harmonies of #8D783B
Complementary color
Monochromatic Colors of #8D783B
Black with #8D783B
Text Example
Text Example
White with #8D783B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D783B; }
p { color: rgb(141,120,59); }
H1.HeaderClassName
{
color: #8D783B;
}
.AnyTagClassName
{
color: #8D783B;
}
</style>
background-color css
<style>
a { background-color: #8D783B; }
a { background-color: rgb(141,120,59); }
div.DivClassName
{
background-color: #8D783B;
}
.BgClassName
{
background-color: #8D783B;
}
</style>
border-color css
<style>
span { border-color: #8D783B; }
span { border-color: rgb(141,120,59); }
td.TdClassName
{
border-color: #8D783B;
}
.TagClassName
{
border-color: #8D783B;
}
</style>