Shades of Corn Harvest #8A7137
Tints of Corn Harvest #8A7137
RGB
CMYK
RGB Variations
Color information
#8A7137 (or 0x8A7137) is known color: Corn Harvest. HEX triplet: 8A, 71 and 37. RGB value is (138,113,55). Sum of RGB (Red+Green+Blue) = 138+113+55=306 (40% of max value = 765). Red value is 138 (54.30% from 255 or 45.10% from 306); Green value is 113 (44.53% from 255 or 36.93% from 306); Blue value is 55 (21.88% from 255 or 17.97% from 306); Max value from RGB is 138 - color contains mainly: red. Hex color #8A7137 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8A7137 is #758EC8. Grayscale: #727272. Windows color (decimal): -7704265 or 3633546. OLE color: 3633546.
HSL color Cylindrical-coordinate representation of color #8A7137: hue angle of 41.93º degrees, saturation: 0.43, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8A7137 is Cyan = 0, Magento = 0.18, Yellow = 0.60 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 113 | 55 | - |
| CMYK | 0 | 0.18 | 0.60 | 0.46 |
| HSL | 41.93º | 0.43% | 0.38% | - |
| HSV(B) | 41.93º | 0.6% | 0.54% | - |
| XYZ | 17.08 | 17.49 | 6.09 | - |
| YUV | 113.86 | 94.78 | 145.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 113 | 55 | 0 | 0.18 | 0.60 | 0.46 | 41.93 | 0.43 | 0.38 |
| Hex | 8A | 71 | 37 | 0 | 12 | 3C | 2E | 2A | 2B | 26 |
| Octal | 212 | 161 | 67 | 0 | 22 | 74 | 56 | 52 | 53 | 46 |
| Binary | 10001010 | 1110001 | 110111 | 0 | 10010 | 111100 | 101110 | 101010 | 101011 | 100110 |
Color Harmonies of #8A7137
Complementary color
Monochromatic Colors of #8A7137
Black with #8A7137
Text Example
Text Example
White with #8A7137
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A7137; }
p { color: rgb(138,113,55); }
H1.HeaderClassName
{
color: #8A7137;
}
.AnyTagClassName
{
color: #8A7137;
}
</style>
background-color css
<style>
a { background-color: #8A7137; }
a { background-color: rgb(138,113,55); }
div.DivClassName
{
background-color: #8A7137;
}
.BgClassName
{
background-color: #8A7137;
}
</style>
border-color css
<style>
span { border-color: #8A7137; }
span { border-color: rgb(138,113,55); }
td.TdClassName
{
border-color: #8A7137;
}
.TagClassName
{
border-color: #8A7137;
}
</style>