Shades of Corn Harvest #8D751F
Tints of Corn Harvest #8D751F
RGB
CMYK
RGB Variations
Color information
#8D751F (or 0x8D751F) is known color: Corn Harvest. HEX triplet: 8D, 75 and 1F. RGB value is (141,117,31). Sum of RGB (Red+Green+Blue) = 141+117+31=289 (38% of max value = 765). Red value is 141 (55.47% from 255 or 48.79% from 289); Green value is 117 (46.09% from 255 or 40.48% from 289); Blue value is 31 (12.5% from 255 or 10.73% from 289); Max value from RGB is 141 - color contains mainly: red. Hex color #8D751F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8D751F is #728AE0. Grayscale: #727272. Windows color (decimal): -7506657 or 2061709. OLE color: 2061709.
HSL color Cylindrical-coordinate representation of color #8D751F: hue angle of 46.91º degrees, saturation: 0.64, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8D751F is Cyan = 0, Magento = 0.17, Yellow = 0.78 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 117 | 31 | - |
| CMYK | 0 | 0.17 | 0.78 | 0.45 |
| HSL | 46.91º | 0.64% | 0.34% | - |
| HSV(B) | 46.91º | 0.78% | 0.55% | - |
| XYZ | 17.59 | 18.48 | 3.94 | - |
| YUV | 114.37 | 80.95 | 146.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 117 | 31 | 0 | 0.17 | 0.78 | 0.45 | 46.91 | 0.64 | 0.34 |
| Hex | 8D | 75 | 1F | 0 | 11 | 4E | 2D | 2F | 40 | 22 |
| Octal | 215 | 165 | 37 | 0 | 21 | 116 | 55 | 57 | 100 | 42 |
| Binary | 10001101 | 1110101 | 11111 | 0 | 10001 | 1001110 | 101101 | 101111 | 1000000 | 100010 |
Color Harmonies of #8D751F
Complementary color
Monochromatic Colors of #8D751F
Black with #8D751F
Text Example
Text Example
White with #8D751F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D751F; }
p { color: rgb(141,117,31); }
H1.HeaderClassName
{
color: #8D751F;
}
.AnyTagClassName
{
color: #8D751F;
}
</style>
background-color css
<style>
a { background-color: #8D751F; }
a { background-color: rgb(141,117,31); }
div.DivClassName
{
background-color: #8D751F;
}
.BgClassName
{
background-color: #8D751F;
}
</style>
border-color css
<style>
span { border-color: #8D751F; }
span { border-color: rgb(141,117,31); }
td.TdClassName
{
border-color: #8D751F;
}
.TagClassName
{
border-color: #8D751F;
}
</style>