Shades of Corn Harvest #8C7533
Tints of Corn Harvest #8C7533
RGB
CMYK
RGB Variations
Color information
#8C7533 (or 0x8C7533) is known color: Corn Harvest. HEX triplet: 8C, 75 and 33. RGB value is (140,117,51). Sum of RGB (Red+Green+Blue) = 140+117+51=308 (40% of max value = 765). Red value is 140 (55.08% from 255 or 45.45% from 308); Green value is 117 (46.09% from 255 or 37.99% from 308); Blue value is 51 (20.31% from 255 or 16.56% from 308); Max value from RGB is 140 - color contains mainly: red. Hex color #8C7533 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8C7533 is #738ACC. Grayscale: #747474. Windows color (decimal): -7572173 or 3372428. OLE color: 3372428.
HSL color Cylindrical-coordinate representation of color #8C7533: hue angle of 44.49º degrees, saturation: 0.47, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8C7533 is Cyan = 0, Magento = 0.16, Yellow = 0.64 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 117 | 51 | - |
| CMYK | 0 | 0.16 | 0.64 | 0.45 |
| HSL | 44.49º | 0.47% | 0.37% | - |
| HSV(B) | 44.49º | 0.64% | 0.55% | - |
| XYZ | 17.77 | 18.54 | 5.77 | - |
| YUV | 116.35 | 91.12 | 144.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 117 | 51 | 0 | 0.16 | 0.64 | 0.45 | 44.49 | 0.47 | 0.37 |
| Hex | 8C | 75 | 33 | 0 | 10 | 40 | 2D | 2C | 2F | 25 |
| Octal | 214 | 165 | 63 | 0 | 20 | 100 | 55 | 54 | 57 | 45 |
| Binary | 10001100 | 1110101 | 110011 | 0 | 10000 | 1000000 | 101101 | 101100 | 101111 | 100101 |
Color Harmonies of #8C7533
Complementary color
Monochromatic Colors of #8C7533
Black with #8C7533
Text Example
Text Example
White with #8C7533
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C7533; }
p { color: rgb(140,117,51); }
H1.HeaderClassName
{
color: #8C7533;
}
.AnyTagClassName
{
color: #8C7533;
}
</style>
background-color css
<style>
a { background-color: #8C7533; }
a { background-color: rgb(140,117,51); }
div.DivClassName
{
background-color: #8C7533;
}
.BgClassName
{
background-color: #8C7533;
}
</style>
border-color css
<style>
span { border-color: #8C7533; }
span { border-color: rgb(140,117,51); }
td.TdClassName
{
border-color: #8C7533;
}
.TagClassName
{
border-color: #8C7533;
}
</style>