Shades of Corn Harvest #846C35
Tints of Corn Harvest #846C35
RGB
CMYK
RGB Variations
Color information
#846C35 (or 0x846C35) is known color: Corn Harvest. HEX triplet: 84, 6C and 35. RGB value is (132,108,53). Sum of RGB (Red+Green+Blue) = 132+108+53=293 (38% of max value = 765). Red value is 132 (51.95% from 255 or 45.05% from 293); Green value is 108 (42.58% from 255 or 36.86% from 293); Blue value is 53 (21.09% from 255 or 18.09% from 293); Max value from RGB is 132 - color contains mainly: red. Hex color #846C35 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #846C35 is #7B93CA. Grayscale: #6D6D6D. Windows color (decimal): -8098763 or 3501188. OLE color: 3501188.
HSL color Cylindrical-coordinate representation of color #846C35: hue angle of 41.77º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #846C35 is Cyan = 0, Magento = 0.18, Yellow = 0.60 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 108 | 53 | - |
| CMYK | 0 | 0.18 | 0.60 | 0.48 |
| HSL | 41.77º | 0.43% | 0.36% | - |
| HSV(B) | 41.77º | 0.6% | 0.52% | - |
| XYZ | 15.52 | 15.89 | 5.62 | - |
| YUV | 108.91 | 96.45 | 144.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 108 | 53 | 0 | 0.18 | 0.60 | 0.48 | 41.77 | 0.43 | 0.36 |
| Hex | 84 | 6C | 35 | 0 | 12 | 3C | 30 | 2A | 2B | 24 |
| Octal | 204 | 154 | 65 | 0 | 22 | 74 | 60 | 52 | 53 | 44 |
| Binary | 10000100 | 1101100 | 110101 | 0 | 10010 | 111100 | 110000 | 101010 | 101011 | 100100 |
Color Harmonies of #846C35
Complementary color
Monochromatic Colors of #846C35
Black with #846C35
Text Example
Text Example
White with #846C35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #846C35; }
p { color: rgb(132,108,53); }
H1.HeaderClassName
{
color: #846C35;
}
.AnyTagClassName
{
color: #846C35;
}
</style>
background-color css
<style>
a { background-color: #846C35; }
a { background-color: rgb(132,108,53); }
div.DivClassName
{
background-color: #846C35;
}
.BgClassName
{
background-color: #846C35;
}
</style>
border-color css
<style>
span { border-color: #846C35; }
span { border-color: rgb(132,108,53); }
td.TdClassName
{
border-color: #846C35;
}
.TagClassName
{
border-color: #846C35;
}
</style>