Shades of Corn Harvest #8C753C
Tints of Corn Harvest #8C753C
RGB
CMYK
RGB Variations
Color information
#8C753C (or 0x8C753C) is known color: Corn Harvest. HEX triplet: 8C, 75 and 3C. RGB value is (140,117,60). Sum of RGB (Red+Green+Blue) = 140+117+60=317 (41% of max value = 765). Red value is 140 (55.08% from 255 or 44.16% from 317); Green value is 117 (46.09% from 255 or 36.91% from 317); Blue value is 60 (23.83% from 255 or 18.93% from 317); Max value from RGB is 140 - color contains mainly: red. Hex color #8C753C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8C753C is #738AC3. Grayscale: #757575. Windows color (decimal): -7572164 or 3962252. OLE color: 3962252.
HSL color Cylindrical-coordinate representation of color #8C753C: hue angle of 42.75º degrees, saturation: 0.4, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8C753C is Cyan = 0, Magento = 0.16, Yellow = 0.57 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 117 | 60 | - |
| CMYK | 0 | 0.16 | 0.57 | 0.45 |
| HSL | 42.75º | 0.4% | 0.39% | - |
| HSV(B) | 42.75º | 0.57% | 0.55% | - |
| XYZ | 17.99 | 18.62 | 6.92 | - |
| YUV | 117.38 | 95.62 | 144.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 117 | 60 | 0 | 0.16 | 0.57 | 0.45 | 42.75 | 0.4 | 0.39 |
| Hex | 8C | 75 | 3C | 0 | 10 | 39 | 2D | 2B | 28 | 27 |
| Octal | 214 | 165 | 74 | 0 | 20 | 71 | 55 | 53 | 50 | 47 |
| Binary | 10001100 | 1110101 | 111100 | 0 | 10000 | 111001 | 101101 | 101011 | 101000 | 100111 |
Color Harmonies of #8C753C
Complementary color
Monochromatic Colors of #8C753C
Black with #8C753C
Text Example
Text Example
White with #8C753C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C753C; }
p { color: rgb(140,117,60); }
H1.HeaderClassName
{
color: #8C753C;
}
.AnyTagClassName
{
color: #8C753C;
}
</style>
background-color css
<style>
a { background-color: #8C753C; }
a { background-color: rgb(140,117,60); }
div.DivClassName
{
background-color: #8C753C;
}
.BgClassName
{
background-color: #8C753C;
}
</style>
border-color css
<style>
span { border-color: #8C753C; }
span { border-color: rgb(140,117,60); }
td.TdClassName
{
border-color: #8C753C;
}
.TagClassName
{
border-color: #8C753C;
}
</style>