Shades of Corn Harvest #8A7332
Tints of Corn Harvest #8A7332
RGB
CMYK
RGB Variations
Color information
#8A7332 (or 0x8A7332) is known color: Corn Harvest. HEX triplet: 8A, 73 and 32. RGB value is (138,115,50). Sum of RGB (Red+Green+Blue) = 138+115+50=303 (40% of max value = 765). Red value is 138 (54.30% from 255 or 45.54% from 303); Green value is 115 (45.31% from 255 or 37.95% from 303); Blue value is 50 (19.92% from 255 or 16.50% from 303); Max value from RGB is 138 - color contains mainly: red. Hex color #8A7332 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8A7332 is #758CCD. Grayscale: #727272. Windows color (decimal): -7703758 or 3306378. OLE color: 3306378.
HSL color Cylindrical-coordinate representation of color #8A7332: hue angle of 44.32º degrees, saturation: 0.47, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8A7332 is Cyan = 0, Magento = 0.17, Yellow = 0.64 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 115 | 50 | - |
| CMYK | 0 | 0.17 | 0.64 | 0.46 |
| HSL | 44.32º | 0.47% | 0.37% | - |
| HSV(B) | 44.32º | 0.64% | 0.54% | - |
| XYZ | 17.19 | 17.9 | 5.57 | - |
| YUV | 114.47 | 91.62 | 144.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 115 | 50 | 0 | 0.17 | 0.64 | 0.46 | 44.32 | 0.47 | 0.37 |
| Hex | 8A | 73 | 32 | 0 | 11 | 40 | 2E | 2C | 2F | 25 |
| Octal | 212 | 163 | 62 | 0 | 21 | 100 | 56 | 54 | 57 | 45 |
| Binary | 10001010 | 1110011 | 110010 | 0 | 10001 | 1000000 | 101110 | 101100 | 101111 | 100101 |
Color Harmonies of #8A7332
Complementary color
Monochromatic Colors of #8A7332
Black with #8A7332
Text Example
Text Example
White with #8A7332
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A7332; }
p { color: rgb(138,115,50); }
H1.HeaderClassName
{
color: #8A7332;
}
.AnyTagClassName
{
color: #8A7332;
}
</style>
background-color css
<style>
a { background-color: #8A7332; }
a { background-color: rgb(138,115,50); }
div.DivClassName
{
background-color: #8A7332;
}
.BgClassName
{
background-color: #8A7332;
}
</style>
border-color css
<style>
span { border-color: #8A7332; }
span { border-color: rgb(138,115,50); }
td.TdClassName
{
border-color: #8A7332;
}
.TagClassName
{
border-color: #8A7332;
}
</style>