Shades of Corn Harvest #8D752D
Tints of Corn Harvest #8D752D
RGB
CMYK
RGB Variations
Color information
#8D752D (or 0x8D752D) is known color: Corn Harvest. HEX triplet: 8D, 75 and 2D. RGB value is (141,117,45). Sum of RGB (Red+Green+Blue) = 141+117+45=303 (40% of max value = 765). Red value is 141 (55.47% from 255 or 46.53% from 303); Green value is 117 (46.09% from 255 or 38.61% from 303); Blue value is 45 (17.97% from 255 or 14.85% from 303); Max value from RGB is 141 - color contains mainly: red. Hex color #8D752D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8D752D is #728AD2. Grayscale: #747474. Windows color (decimal): -7506643 or 2979213. OLE color: 2979213.
HSL color Cylindrical-coordinate representation of color #8D752D: hue angle of 45º degrees, saturation: 0.52, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8D752D is Cyan = 0, Magento = 0.17, Yellow = 0.68 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 117 | 45 | - |
| CMYK | 0 | 0.17 | 0.68 | 0.45 |
| HSL | 45º | 0.52% | 0.36% | - |
| HSV(B) | 45º | 0.68% | 0.55% | - |
| XYZ | 17.82 | 18.57 | 5.13 | - |
| YUV | 115.97 | 87.95 | 145.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 117 | 45 | 0 | 0.17 | 0.68 | 0.45 | 45 | 0.52 | 0.36 |
| Hex | 8D | 75 | 2D | 0 | 11 | 44 | 2D | 2D | 34 | 24 |
| Octal | 215 | 165 | 55 | 0 | 21 | 104 | 55 | 55 | 64 | 44 |
| Binary | 10001101 | 1110101 | 101101 | 0 | 10001 | 1000100 | 101101 | 101101 | 110100 | 100100 |
Color Harmonies of #8D752D
Complementary color
Monochromatic Colors of #8D752D
Black with #8D752D
Text Example
Text Example
White with #8D752D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D752D; }
p { color: rgb(141,117,45); }
H1.HeaderClassName
{
color: #8D752D;
}
.AnyTagClassName
{
color: #8D752D;
}
</style>
background-color css
<style>
a { background-color: #8D752D; }
a { background-color: rgb(141,117,45); }
div.DivClassName
{
background-color: #8D752D;
}
.BgClassName
{
background-color: #8D752D;
}
</style>
border-color css
<style>
span { border-color: #8D752D; }
span { border-color: rgb(141,117,45); }
td.TdClassName
{
border-color: #8D752D;
}
.TagClassName
{
border-color: #8D752D;
}
</style>