Shades of Corn Harvest #846E2C
Tints of Corn Harvest #846E2C
RGB
CMYK
RGB Variations
Color information
#846E2C (or 0x846E2C) is known color: Corn Harvest. HEX triplet: 84, 6E and 2C. RGB value is (132,110,44). Sum of RGB (Red+Green+Blue) = 132+110+44=286 (37% of max value = 765). Red value is 132 (51.95% from 255 or 46.15% from 286); Green value is 110 (43.36% from 255 or 38.46% from 286); Blue value is 44 (17.58% from 255 or 15.38% from 286); Max value from RGB is 132 - color contains mainly: red. Hex color #846E2C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #846E2C is #7B91D3. Grayscale: #6D6D6D. Windows color (decimal): -8098260 or 2911876. OLE color: 2911876.
HSL color Cylindrical-coordinate representation of color #846E2C: hue angle of 45º degrees, saturation: 0.5, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #846E2C is Cyan = 0, Magento = 0.17, Yellow = 0.67 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 110 | 44 | - |
| CMYK | 0 | 0.17 | 0.67 | 0.48 |
| HSL | 45º | 0.5% | 0.35% | - |
| HSV(B) | 45º | 0.67% | 0.52% | - |
| XYZ | 15.55 | 16.24 | 4.7 | - |
| YUV | 109.05 | 91.29 | 144.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 110 | 44 | 0 | 0.17 | 0.67 | 0.48 | 45 | 0.5 | 0.35 |
| Hex | 84 | 6E | 2C | 0 | 11 | 43 | 30 | 2D | 32 | 23 |
| Octal | 204 | 156 | 54 | 0 | 21 | 103 | 60 | 55 | 62 | 43 |
| Binary | 10000100 | 1101110 | 101100 | 0 | 10001 | 1000011 | 110000 | 101101 | 110010 | 100011 |
Color Harmonies of #846E2C
Complementary color
Monochromatic Colors of #846E2C
Black with #846E2C
Text Example
Text Example
White with #846E2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #846E2C; }
p { color: rgb(132,110,44); }
H1.HeaderClassName
{
color: #846E2C;
}
.AnyTagClassName
{
color: #846E2C;
}
</style>
background-color css
<style>
a { background-color: #846E2C; }
a { background-color: rgb(132,110,44); }
div.DivClassName
{
background-color: #846E2C;
}
.BgClassName
{
background-color: #846E2C;
}
</style>
border-color css
<style>
span { border-color: #846E2C; }
span { border-color: rgb(132,110,44); }
td.TdClassName
{
border-color: #846E2C;
}
.TagClassName
{
border-color: #846E2C;
}
</style>