Shades of Corn Harvest #8A742F
Tints of Corn Harvest #8A742F
RGB
CMYK
RGB Variations
Color information
#8A742F (or 0x8A742F) is known color: Corn Harvest. HEX triplet: 8A, 74 and 2F. RGB value is (138,116,47). Sum of RGB (Red+Green+Blue) = 138+116+47=301 (39% of max value = 765). Red value is 138 (54.30% from 255 or 45.85% from 301); Green value is 116 (45.70% from 255 or 38.54% from 301); Blue value is 47 (18.75% from 255 or 15.61% from 301); Max value from RGB is 138 - color contains mainly: red. Hex color #8A742F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8A742F is #758BD0. Grayscale: #737373. Windows color (decimal): -7703505 or 3110026. OLE color: 3110026.
HSL color Cylindrical-coordinate representation of color #8A742F: hue angle of 45.49º degrees, saturation: 0.49, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8A742F is Cyan = 0, Magento = 0.16, Yellow = 0.66 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 116 | 47 | - |
| CMYK | 0 | 0.16 | 0.66 | 0.46 |
| HSL | 45.49º | 0.49% | 0.36% | - |
| HSV(B) | 45.49º | 0.66% | 0.54% | - |
| XYZ | 17.24 | 18.1 | 5.27 | - |
| YUV | 114.71 | 89.79 | 144.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 116 | 47 | 0 | 0.16 | 0.66 | 0.46 | 45.49 | 0.49 | 0.36 |
| Hex | 8A | 74 | 2F | 0 | 10 | 42 | 2E | 2D | 31 | 24 |
| Octal | 212 | 164 | 57 | 0 | 20 | 102 | 56 | 55 | 61 | 44 |
| Binary | 10001010 | 1110100 | 101111 | 0 | 10000 | 1000010 | 101110 | 101101 | 110001 | 100100 |
Color Harmonies of #8A742F
Complementary color
Monochromatic Colors of #8A742F
Black with #8A742F
Text Example
Text Example
White with #8A742F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A742F; }
p { color: rgb(138,116,47); }
H1.HeaderClassName
{
color: #8A742F;
}
.AnyTagClassName
{
color: #8A742F;
}
</style>
background-color css
<style>
a { background-color: #8A742F; }
a { background-color: rgb(138,116,47); }
div.DivClassName
{
background-color: #8A742F;
}
.BgClassName
{
background-color: #8A742F;
}
</style>
border-color css
<style>
span { border-color: #8A742F; }
span { border-color: rgb(138,116,47); }
td.TdClassName
{
border-color: #8A742F;
}
.TagClassName
{
border-color: #8A742F;
}
</style>