Shades of Corn Harvest #8A7234
Tints of Corn Harvest #8A7234
RGB
CMYK
RGB Variations
Color information
#8A7234 (or 0x8A7234) is known color: Corn Harvest. HEX triplet: 8A, 72 and 34. RGB value is (138,114,52). Sum of RGB (Red+Green+Blue) = 138+114+52=304 (40% of max value = 765). Red value is 138 (54.30% from 255 or 45.39% from 304); Green value is 114 (44.92% from 255 or 37.5% from 304); Blue value is 52 (20.70% from 255 or 17.11% from 304); Max value from RGB is 138 - color contains mainly: red. Hex color #8A7234 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8A7234 is #758DCB. Grayscale: #727272. Windows color (decimal): -7704012 or 3437194. OLE color: 3437194.
HSL color Cylindrical-coordinate representation of color #8A7234: hue angle of 43.26º degrees, saturation: 0.45, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8A7234 is Cyan = 0, Magento = 0.17, Yellow = 0.62 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 114 | 52 | - |
| CMYK | 0 | 0.17 | 0.62 | 0.46 |
| HSL | 43.26º | 0.45% | 0.37% | - |
| HSV(B) | 43.26º | 0.62% | 0.54% | - |
| XYZ | 17.12 | 17.69 | 5.76 | - |
| YUV | 114.11 | 92.95 | 145.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 114 | 52 | 0 | 0.17 | 0.62 | 0.46 | 43.26 | 0.45 | 0.37 |
| Hex | 8A | 72 | 34 | 0 | 11 | 3E | 2E | 2B | 2D | 25 |
| Octal | 212 | 162 | 64 | 0 | 21 | 76 | 56 | 53 | 55 | 45 |
| Binary | 10001010 | 1110010 | 110100 | 0 | 10001 | 111110 | 101110 | 101011 | 101101 | 100101 |
Color Harmonies of #8A7234
Complementary color
Monochromatic Colors of #8A7234
Black with #8A7234
Text Example
Text Example
White with #8A7234
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A7234; }
p { color: rgb(138,114,52); }
H1.HeaderClassName
{
color: #8A7234;
}
.AnyTagClassName
{
color: #8A7234;
}
</style>
background-color css
<style>
a { background-color: #8A7234; }
a { background-color: rgb(138,114,52); }
div.DivClassName
{
background-color: #8A7234;
}
.BgClassName
{
background-color: #8A7234;
}
</style>
border-color css
<style>
span { border-color: #8A7234; }
span { border-color: rgb(138,114,52); }
td.TdClassName
{
border-color: #8A7234;
}
.TagClassName
{
border-color: #8A7234;
}
</style>