Shades of Corn Harvest #8B7520
Tints of Corn Harvest #8B7520
RGB
CMYK
RGB Variations
Color information
#8B7520 (or 0x8B7520) is known color: Corn Harvest. HEX triplet: 8B, 75 and 20. RGB value is (139,117,32). Sum of RGB (Red+Green+Blue) = 139+117+32=288 (38% of max value = 765). Red value is 139 (54.69% from 255 or 48.26% from 288); Green value is 117 (46.09% from 255 or 40.62% from 288); Blue value is 32 (12.89% from 255 or 11.11% from 288); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7520 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B7520 is #748ADF. Grayscale: #727272. Windows color (decimal): -7637728 or 2127243. OLE color: 2127243.
HSL color Cylindrical-coordinate representation of color #8B7520: hue angle of 47.66º degrees, saturation: 0.63, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8B7520 is Cyan = 0, Magento = 0.16, Yellow = 0.77 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 117 | 32 | - |
| CMYK | 0 | 0.16 | 0.77 | 0.45 |
| HSL | 47.66º | 0.63% | 0.34% | - |
| HSV(B) | 47.66º | 0.77% | 0.55% | - |
| XYZ | 17.27 | 18.32 | 3.99 | - |
| YUV | 113.89 | 81.79 | 145.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 117 | 32 | 0 | 0.16 | 0.77 | 0.45 | 47.66 | 0.63 | 0.34 |
| Hex | 8B | 75 | 20 | 0 | 10 | 4D | 2D | 30 | 3F | 22 |
| Octal | 213 | 165 | 40 | 0 | 20 | 115 | 55 | 60 | 77 | 42 |
| Binary | 10001011 | 1110101 | 100000 | 0 | 10000 | 1001101 | 101101 | 110000 | 111111 | 100010 |
Color Harmonies of #8B7520
Complementary color
Monochromatic Colors of #8B7520
Black with #8B7520
Text Example
Text Example
White with #8B7520
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B7520; }
p { color: rgb(139,117,32); }
H1.HeaderClassName
{
color: #8B7520;
}
.AnyTagClassName
{
color: #8B7520;
}
</style>
background-color css
<style>
a { background-color: #8B7520; }
a { background-color: rgb(139,117,32); }
div.DivClassName
{
background-color: #8B7520;
}
.BgClassName
{
background-color: #8B7520;
}
</style>
border-color css
<style>
span { border-color: #8B7520; }
span { border-color: rgb(139,117,32); }
td.TdClassName
{
border-color: #8B7520;
}
.TagClassName
{
border-color: #8B7520;
}
</style>