Shades of Corn Harvest #856C32
Tints of Corn Harvest #856C32
RGB
CMYK
RGB Variations
Color information
#856C32 (or 0x856C32) is known color: Corn Harvest. HEX triplet: 85, 6C and 32. RGB value is (133,108,50). Sum of RGB (Red+Green+Blue) = 133+108+50=291 (38% of max value = 765). Red value is 133 (52.34% from 255 or 45.70% from 291); Green value is 108 (42.58% from 255 or 37.11% from 291); Blue value is 50 (19.92% from 255 or 17.18% from 291); Max value from RGB is 133 - color contains mainly: red. Hex color #856C32 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #856C32 is #7A93CD. Grayscale: #6D6D6D. Windows color (decimal): -8033230 or 3304581. OLE color: 3304581.
HSL color Cylindrical-coordinate representation of color #856C32: hue angle of 41.93º degrees, saturation: 0.45, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #856C32 is Cyan = 0, Magento = 0.19, Yellow = 0.62 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 108 | 50 | - |
| CMYK | 0 | 0.19 | 0.62 | 0.48 |
| HSL | 41.93º | 0.45% | 0.36% | - |
| HSV(B) | 41.93º | 0.62% | 0.52% | - |
| XYZ | 15.61 | 15.94 | 5.27 | - |
| YUV | 108.86 | 94.78 | 145.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 108 | 50 | 0 | 0.19 | 0.62 | 0.48 | 41.93 | 0.45 | 0.36 |
| Hex | 85 | 6C | 32 | 0 | 13 | 3E | 30 | 2A | 2D | 24 |
| Octal | 205 | 154 | 62 | 0 | 23 | 76 | 60 | 52 | 55 | 44 |
| Binary | 10000101 | 1101100 | 110010 | 0 | 10011 | 111110 | 110000 | 101010 | 101101 | 100100 |
Color Harmonies of #856C32
Complementary color
Monochromatic Colors of #856C32
Black with #856C32
Text Example
Text Example
White with #856C32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #856C32; }
p { color: rgb(133,108,50); }
H1.HeaderClassName
{
color: #856C32;
}
.AnyTagClassName
{
color: #856C32;
}
</style>
background-color css
<style>
a { background-color: #856C32; }
a { background-color: rgb(133,108,50); }
div.DivClassName
{
background-color: #856C32;
}
.BgClassName
{
background-color: #856C32;
}
</style>
border-color css
<style>
span { border-color: #856C32; }
span { border-color: rgb(133,108,50); }
td.TdClassName
{
border-color: #856C32;
}
.TagClassName
{
border-color: #856C32;
}
</style>