Shades of Corn Harvest #8C753D
Tints of Corn Harvest #8C753D
RGB
CMYK
RGB Variations
Color information
#8C753D (or 0x8C753D) is known color: Corn Harvest. HEX triplet: 8C, 75 and 3D. RGB value is (140,117,61). Sum of RGB (Red+Green+Blue) = 140+117+61=318 (42% of max value = 765). Red value is 140 (55.08% from 255 or 44.03% from 318); Green value is 117 (46.09% from 255 or 36.79% from 318); Blue value is 61 (24.22% from 255 or 19.18% from 318); Max value from RGB is 140 - color contains mainly: red. Hex color #8C753D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8C753D is #738AC2. Grayscale: #757575. Windows color (decimal): -7572163 or 4027788. OLE color: 4027788.
HSL color Cylindrical-coordinate representation of color #8C753D: hue angle of 42.53º degrees, saturation: 0.39, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8C753D is Cyan = 0, Magento = 0.16, Yellow = 0.56 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 117 | 61 | - |
| CMYK | 0 | 0.16 | 0.56 | 0.45 |
| HSL | 42.53º | 0.39% | 0.39% | - |
| HSV(B) | 42.53º | 0.56% | 0.55% | - |
| XYZ | 18.02 | 18.63 | 7.06 | - |
| YUV | 117.49 | 96.12 | 144.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 117 | 61 | 0 | 0.16 | 0.56 | 0.45 | 42.53 | 0.39 | 0.39 |
| Hex | 8C | 75 | 3D | 0 | 10 | 38 | 2D | 2B | 27 | 27 |
| Octal | 214 | 165 | 75 | 0 | 20 | 70 | 55 | 53 | 47 | 47 |
| Binary | 10001100 | 1110101 | 111101 | 0 | 10000 | 111000 | 101101 | 101011 | 100111 | 100111 |
Color Harmonies of #8C753D
Complementary color
Monochromatic Colors of #8C753D
Black with #8C753D
Text Example
Text Example
White with #8C753D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C753D; }
p { color: rgb(140,117,61); }
H1.HeaderClassName
{
color: #8C753D;
}
.AnyTagClassName
{
color: #8C753D;
}
</style>
background-color css
<style>
a { background-color: #8C753D; }
a { background-color: rgb(140,117,61); }
div.DivClassName
{
background-color: #8C753D;
}
.BgClassName
{
background-color: #8C753D;
}
</style>
border-color css
<style>
span { border-color: #8C753D; }
span { border-color: rgb(140,117,61); }
td.TdClassName
{
border-color: #8C753D;
}
.TagClassName
{
border-color: #8C753D;
}
</style>