Shades of Corn Harvest #856C31
Tints of Corn Harvest #856C31
RGB
CMYK
RGB Variations
Color information
#856C31 (or 0x856C31) is known color: Corn Harvest. HEX triplet: 85, 6C and 31. RGB value is (133,108,49). Sum of RGB (Red+Green+Blue) = 133+108+49=290 (38% of max value = 765). Red value is 133 (52.34% from 255 or 45.86% from 290); Green value is 108 (42.58% from 255 or 37.24% from 290); Blue value is 49 (19.53% from 255 or 16.90% from 290); Max value from RGB is 133 - color contains mainly: red. Hex color #856C31 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #856C31 is #7A93CE. Grayscale: #6D6D6D. Windows color (decimal): -8033231 or 3239045. OLE color: 3239045.
HSL color Cylindrical-coordinate representation of color #856C31: hue angle of 42.14º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #856C31 is Cyan = 0, Magento = 0.19, Yellow = 0.63 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 108 | 49 | - |
| CMYK | 0 | 0.19 | 0.63 | 0.48 |
| HSL | 42.14º | 0.46% | 0.36% | - |
| HSV(B) | 42.14º | 0.63% | 0.52% | - |
| XYZ | 15.59 | 15.93 | 5.16 | - |
| YUV | 108.75 | 94.28 | 145.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 108 | 49 | 0 | 0.19 | 0.63 | 0.48 | 42.14 | 0.46 | 0.36 |
| Hex | 85 | 6C | 31 | 0 | 13 | 3F | 30 | 2A | 2E | 24 |
| Octal | 205 | 154 | 61 | 0 | 23 | 77 | 60 | 52 | 56 | 44 |
| Binary | 10000101 | 1101100 | 110001 | 0 | 10011 | 111111 | 110000 | 101010 | 101110 | 100100 |
Color Harmonies of #856C31
Complementary color
Monochromatic Colors of #856C31
Black with #856C31
Text Example
Text Example
White with #856C31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #856C31; }
p { color: rgb(133,108,49); }
H1.HeaderClassName
{
color: #856C31;
}
.AnyTagClassName
{
color: #856C31;
}
</style>
background-color css
<style>
a { background-color: #856C31; }
a { background-color: rgb(133,108,49); }
div.DivClassName
{
background-color: #856C31;
}
.BgClassName
{
background-color: #856C31;
}
</style>
border-color css
<style>
span { border-color: #856C31; }
span { border-color: rgb(133,108,49); }
td.TdClassName
{
border-color: #856C31;
}
.TagClassName
{
border-color: #856C31;
}
</style>