Shades of Corn Harvest #8C7524
Tints of Corn Harvest #8C7524
RGB
CMYK
RGB Variations
Color information
#8C7524 (or 0x8C7524) is known color: Corn Harvest. HEX triplet: 8C, 75 and 24. RGB value is (140,117,36). Sum of RGB (Red+Green+Blue) = 140+117+36=293 (38% of max value = 765). Red value is 140 (55.08% from 255 or 47.78% from 293); Green value is 117 (46.09% from 255 or 39.93% from 293); Blue value is 36 (14.45% from 255 or 12.29% from 293); Max value from RGB is 140 - color contains mainly: red. Hex color #8C7524 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8C7524 is #738ADB. Grayscale: #727272. Windows color (decimal): -7572188 or 2389388. OLE color: 2389388.
HSL color Cylindrical-coordinate representation of color #8C7524: hue angle of 46.73º degrees, saturation: 0.59, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8C7524 is Cyan = 0, Magento = 0.16, Yellow = 0.74 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 117 | 36 | - |
| CMYK | 0 | 0.16 | 0.74 | 0.45 |
| HSL | 46.73º | 0.59% | 0.35% | - |
| HSV(B) | 46.73º | 0.74% | 0.55% | - |
| XYZ | 17.49 | 18.43 | 4.3 | - |
| YUV | 114.64 | 83.62 | 146.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 117 | 36 | 0 | 0.16 | 0.74 | 0.45 | 46.73 | 0.59 | 0.35 |
| Hex | 8C | 75 | 24 | 0 | 10 | 4A | 2D | 2F | 3B | 23 |
| Octal | 214 | 165 | 44 | 0 | 20 | 112 | 55 | 57 | 73 | 43 |
| Binary | 10001100 | 1110101 | 100100 | 0 | 10000 | 1001010 | 101101 | 101111 | 111011 | 100011 |
Color Harmonies of #8C7524
Complementary color
Monochromatic Colors of #8C7524
Black with #8C7524
Text Example
Text Example
White with #8C7524
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C7524; }
p { color: rgb(140,117,36); }
H1.HeaderClassName
{
color: #8C7524;
}
.AnyTagClassName
{
color: #8C7524;
}
</style>
background-color css
<style>
a { background-color: #8C7524; }
a { background-color: rgb(140,117,36); }
div.DivClassName
{
background-color: #8C7524;
}
.BgClassName
{
background-color: #8C7524;
}
</style>
border-color css
<style>
span { border-color: #8C7524; }
span { border-color: rgb(140,117,36); }
td.TdClassName
{
border-color: #8C7524;
}
.TagClassName
{
border-color: #8C7524;
}
</style>