Shades of Corn Harvest #846C2C
Tints of Corn Harvest #846C2C
RGB
CMYK
RGB Variations
Color information
#846C2C (or 0x846C2C) is known color: Corn Harvest. HEX triplet: 84, 6C and 2C. RGB value is (132,108,44). Sum of RGB (Red+Green+Blue) = 132+108+44=284 (37% of max value = 765). Red value is 132 (51.95% from 255 or 46.48% from 284); Green value is 108 (42.58% from 255 or 38.03% from 284); Blue value is 44 (17.58% from 255 or 15.49% from 284); Max value from RGB is 132 - color contains mainly: red. Hex color #846C2C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #846C2C is #7B93D3. Grayscale: #6C6C6C. Windows color (decimal): -8098772 or 2911364. OLE color: 2911364.
HSL color Cylindrical-coordinate representation of color #846C2C: hue angle of 43.64º 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 #846C2C is Cyan = 0, Magento = 0.18, Yellow = 0.67 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 108 | 44 | - |
| CMYK | 0 | 0.18 | 0.67 | 0.48 |
| HSL | 43.64º | 0.5% | 0.35% | - |
| HSV(B) | 43.64º | 0.67% | 0.52% | - |
| XYZ | 15.33 | 15.81 | 4.63 | - |
| YUV | 107.88 | 91.95 | 145.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 108 | 44 | 0 | 0.18 | 0.67 | 0.48 | 43.64 | 0.5 | 0.35 |
| Hex | 84 | 6C | 2C | 0 | 12 | 43 | 30 | 2C | 32 | 23 |
| Octal | 204 | 154 | 54 | 0 | 22 | 103 | 60 | 54 | 62 | 43 |
| Binary | 10000100 | 1101100 | 101100 | 0 | 10010 | 1000011 | 110000 | 101100 | 110010 | 100011 |
Color Harmonies of #846C2C
Complementary color
Monochromatic Colors of #846C2C
Black with #846C2C
Text Example
Text Example
White with #846C2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #846C2C; }
p { color: rgb(132,108,44); }
H1.HeaderClassName
{
color: #846C2C;
}
.AnyTagClassName
{
color: #846C2C;
}
</style>
background-color css
<style>
a { background-color: #846C2C; }
a { background-color: rgb(132,108,44); }
div.DivClassName
{
background-color: #846C2C;
}
.BgClassName
{
background-color: #846C2C;
}
</style>
border-color css
<style>
span { border-color: #846C2C; }
span { border-color: rgb(132,108,44); }
td.TdClassName
{
border-color: #846C2C;
}
.TagClassName
{
border-color: #846C2C;
}
</style>