Shades of Corn Harvest #846C31
Tints of Corn Harvest #846C31
RGB
CMYK
RGB Variations
Color information
#846C31 (or 0x846C31) is known color: Corn Harvest. HEX triplet: 84, 6C and 31. RGB value is (132,108,49). Sum of RGB (Red+Green+Blue) = 132+108+49=289 (38% of max value = 765). Red value is 132 (51.95% from 255 or 45.67% from 289); Green value is 108 (42.58% from 255 or 37.37% from 289); Blue value is 49 (19.53% from 255 or 16.96% from 289); Max value from RGB is 132 - color contains mainly: red. Hex color #846C31 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #846C31 is #7B93CE. Grayscale: #6C6C6C. Windows color (decimal): -8098767 or 3239044. OLE color: 3239044.
HSL color Cylindrical-coordinate representation of color #846C31: hue angle of 42.65º degrees, saturation: 0.46, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #846C31 is Cyan = 0, Magento = 0.18, Yellow = 0.63 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 108 | 49 | - |
| CMYK | 0 | 0.18 | 0.63 | 0.48 |
| HSL | 42.65º | 0.46% | 0.35% | - |
| HSV(B) | 42.65º | 0.63% | 0.52% | - |
| XYZ | 15.43 | 15.85 | 5.15 | - |
| YUV | 108.45 | 94.45 | 144.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 108 | 49 | 0 | 0.18 | 0.63 | 0.48 | 42.65 | 0.46 | 0.35 |
| Hex | 84 | 6C | 31 | 0 | 12 | 3F | 30 | 2B | 2E | 23 |
| Octal | 204 | 154 | 61 | 0 | 22 | 77 | 60 | 53 | 56 | 43 |
| Binary | 10000100 | 1101100 | 110001 | 0 | 10010 | 111111 | 110000 | 101011 | 101110 | 100011 |
Color Harmonies of #846C31
Complementary color
Monochromatic Colors of #846C31
Black with #846C31
Text Example
Text Example
White with #846C31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #846C31; }
p { color: rgb(132,108,49); }
H1.HeaderClassName
{
color: #846C31;
}
.AnyTagClassName
{
color: #846C31;
}
</style>
background-color css
<style>
a { background-color: #846C31; }
a { background-color: rgb(132,108,49); }
div.DivClassName
{
background-color: #846C31;
}
.BgClassName
{
background-color: #846C31;
}
</style>
border-color css
<style>
span { border-color: #846C31; }
span { border-color: rgb(132,108,49); }
td.TdClassName
{
border-color: #846C31;
}
.TagClassName
{
border-color: #846C31;
}
</style>