Shades of Corn Harvest #846D2C
Tints of Corn Harvest #846D2C
RGB
CMYK
RGB Variations
Color information
#846D2C (or 0x846D2C) is known color: Corn Harvest. HEX triplet: 84, 6D and 2C. RGB value is (132,109,44). Sum of RGB (Red+Green+Blue) = 132+109+44=285 (37% of max value = 765). Red value is 132 (51.95% from 255 or 46.32% from 285); Green value is 109 (42.97% from 255 or 38.25% from 285); Blue value is 44 (17.58% from 255 or 15.44% from 285); Max value from RGB is 132 - color contains mainly: red. Hex color #846D2C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #846D2C is #7B92D3. Grayscale: #6C6C6C. Windows color (decimal): -8098516 or 2911620. OLE color: 2911620.
HSL color Cylindrical-coordinate representation of color #846D2C: hue angle of 44.32º 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 #846D2C is Cyan = 0, Magento = 0.17, Yellow = 0.67 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 109 | 44 | - |
| CMYK | 0 | 0.17 | 0.67 | 0.48 |
| HSL | 44.32º | 0.5% | 0.35% | - |
| HSV(B) | 44.32º | 0.67% | 0.52% | - |
| XYZ | 15.44 | 16.02 | 4.66 | - |
| YUV | 108.47 | 91.62 | 144.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 109 | 44 | 0 | 0.17 | 0.67 | 0.48 | 44.32 | 0.5 | 0.35 |
| Hex | 84 | 6D | 2C | 0 | 11 | 43 | 30 | 2C | 32 | 23 |
| Octal | 204 | 155 | 54 | 0 | 21 | 103 | 60 | 54 | 62 | 43 |
| Binary | 10000100 | 1101101 | 101100 | 0 | 10001 | 1000011 | 110000 | 101100 | 110010 | 100011 |
Color Harmonies of #846D2C
Complementary color
Monochromatic Colors of #846D2C
Black with #846D2C
Text Example
Text Example
White with #846D2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #846D2C; }
p { color: rgb(132,109,44); }
H1.HeaderClassName
{
color: #846D2C;
}
.AnyTagClassName
{
color: #846D2C;
}
</style>
background-color css
<style>
a { background-color: #846D2C; }
a { background-color: rgb(132,109,44); }
div.DivClassName
{
background-color: #846D2C;
}
.BgClassName
{
background-color: #846D2C;
}
</style>
border-color css
<style>
span { border-color: #846D2C; }
span { border-color: rgb(132,109,44); }
td.TdClassName
{
border-color: #846D2C;
}
.TagClassName
{
border-color: #846D2C;
}
</style>