Shades of Corn Harvest #8A6E2F
Tints of Corn Harvest #8A6E2F
RGB
CMYK
RGB Variations
Color information
#8A6E2F (or 0x8A6E2F) is known color: Corn Harvest. HEX triplet: 8A, 6E and 2F. RGB value is (138,110,47). Sum of RGB (Red+Green+Blue) = 138+110+47=295 (39% of max value = 765). Red value is 138 (54.30% from 255 or 46.78% from 295); Green value is 110 (43.36% from 255 or 37.29% from 295); Blue value is 47 (18.75% from 255 or 15.93% from 295); Max value from RGB is 138 - color contains mainly: red. Hex color #8A6E2F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8A6E2F is #7591D0. Grayscale: #6F6F6F. Windows color (decimal): -7705041 or 3108490. OLE color: 3108490.
HSL color Cylindrical-coordinate representation of color #8A6E2F: hue angle of 41.54º 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 #8A6E2F is Cyan = 0, Magento = 0.20, Yellow = 0.66 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 110 | 47 | - |
| CMYK | 0 | 0.20 | 0.66 | 0.46 |
| HSL | 41.54º | 0.49% | 0.36% | - |
| HSV(B) | 41.54º | 0.66% | 0.54% | - |
| XYZ | 16.57 | 16.76 | 5.05 | - |
| YUV | 111.19 | 91.78 | 147.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 110 | 47 | 0 | 0.20 | 0.66 | 0.46 | 41.54 | 0.49 | 0.36 |
| Hex | 8A | 6E | 2F | 0 | 14 | 42 | 2E | 2A | 31 | 24 |
| Octal | 212 | 156 | 57 | 0 | 24 | 102 | 56 | 52 | 61 | 44 |
| Binary | 10001010 | 1101110 | 101111 | 0 | 10100 | 1000010 | 101110 | 101010 | 110001 | 100100 |
Color Harmonies of #8A6E2F
Complementary color
Monochromatic Colors of #8A6E2F
Black with #8A6E2F
Text Example
Text Example
White with #8A6E2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A6E2F; }
p { color: rgb(138,110,47); }
H1.HeaderClassName
{
color: #8A6E2F;
}
.AnyTagClassName
{
color: #8A6E2F;
}
</style>
background-color css
<style>
a { background-color: #8A6E2F; }
a { background-color: rgb(138,110,47); }
div.DivClassName
{
background-color: #8A6E2F;
}
.BgClassName
{
background-color: #8A6E2F;
}
</style>
border-color css
<style>
span { border-color: #8A6E2F; }
span { border-color: rgb(138,110,47); }
td.TdClassName
{
border-color: #8A6E2F;
}
.TagClassName
{
border-color: #8A6E2F;
}
</style>