Shades of Corn Harvest #8D753B
Tints of Corn Harvest #8D753B
RGB
CMYK
RGB Variations
Color information
#8D753B (or 0x8D753B) is known color: Corn Harvest. HEX triplet: 8D, 75 and 3B. RGB value is (141,117,59). Sum of RGB (Red+Green+Blue) = 141+117+59=317 (41% of max value = 765). Red value is 141 (55.47% from 255 or 44.48% from 317); Green value is 117 (46.09% from 255 or 36.91% from 317); Blue value is 59 (23.44% from 255 or 18.61% from 317); Max value from RGB is 141 - color contains mainly: red. Hex color #8D753B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8D753B is #728AC4. Grayscale: #757575. Windows color (decimal): -7506629 or 3896717. OLE color: 3896717.
HSL color Cylindrical-coordinate representation of color #8D753B: hue angle of 42.44º 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 #8D753B is Cyan = 0, Magento = 0.17, Yellow = 0.58 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 117 | 59 | - |
| CMYK | 0 | 0.17 | 0.58 | 0.45 |
| HSL | 42.44º | 0.41% | 0.39% | - |
| HSV(B) | 42.44º | 0.58% | 0.55% | - |
| XYZ | 18.14 | 18.7 | 6.79 | - |
| YUV | 117.56 | 94.95 | 144.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 117 | 59 | 0 | 0.17 | 0.58 | 0.45 | 42.44 | 0.41 | 0.39 |
| Hex | 8D | 75 | 3B | 0 | 11 | 3A | 2D | 2A | 29 | 27 |
| Octal | 215 | 165 | 73 | 0 | 21 | 72 | 55 | 52 | 51 | 47 |
| Binary | 10001101 | 1110101 | 111011 | 0 | 10001 | 111010 | 101101 | 101010 | 101001 | 100111 |
Color Harmonies of #8D753B
Complementary color
Monochromatic Colors of #8D753B
Black with #8D753B
Text Example
Text Example
White with #8D753B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D753B; }
p { color: rgb(141,117,59); }
H1.HeaderClassName
{
color: #8D753B;
}
.AnyTagClassName
{
color: #8D753B;
}
</style>
background-color css
<style>
a { background-color: #8D753B; }
a { background-color: rgb(141,117,59); }
div.DivClassName
{
background-color: #8D753B;
}
.BgClassName
{
background-color: #8D753B;
}
</style>
border-color css
<style>
span { border-color: #8D753B; }
span { border-color: rgb(141,117,59); }
td.TdClassName
{
border-color: #8D753B;
}
.TagClassName
{
border-color: #8D753B;
}
</style>