Shades of Corn Harvest #856F32
Tints of Corn Harvest #856F32
RGB
CMYK
RGB Variations
Color information
#856F32 (or 0x856F32) is known color: Corn Harvest. HEX triplet: 85, 6F and 32. RGB value is (133,111,50). Sum of RGB (Red+Green+Blue) = 133+111+50=294 (38% of max value = 765). Red value is 133 (52.34% from 255 or 45.24% from 294); Green value is 111 (43.75% from 255 or 37.76% from 294); Blue value is 50 (19.92% from 255 or 17.01% from 294); Max value from RGB is 133 - color contains mainly: red. Hex color #856F32 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #856F32 is #7A90CD. Grayscale: #6E6E6E. Windows color (decimal): -8032462 or 3305349. OLE color: 3305349.
HSL color Cylindrical-coordinate representation of color #856F32: hue angle of 44.1º 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 #856F32 is Cyan = 0, Magento = 0.17, Yellow = 0.62 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 111 | 50 | - |
| CMYK | 0 | 0.17 | 0.62 | 0.48 |
| HSL | 44.1º | 0.45% | 0.36% | - |
| HSV(B) | 44.1º | 0.62% | 0.52% | - |
| XYZ | 15.93 | 16.59 | 5.38 | - |
| YUV | 110.62 | 93.79 | 143.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 111 | 50 | 0 | 0.17 | 0.62 | 0.48 | 44.1 | 0.45 | 0.36 |
| Hex | 85 | 6F | 32 | 0 | 11 | 3E | 30 | 2C | 2D | 24 |
| Octal | 205 | 157 | 62 | 0 | 21 | 76 | 60 | 54 | 55 | 44 |
| Binary | 10000101 | 1101111 | 110010 | 0 | 10001 | 111110 | 110000 | 101100 | 101101 | 100100 |
Color Harmonies of #856F32
Complementary color
Monochromatic Colors of #856F32
Black with #856F32
Text Example
Text Example
White with #856F32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #856F32; }
p { color: rgb(133,111,50); }
H1.HeaderClassName
{
color: #856F32;
}
.AnyTagClassName
{
color: #856F32;
}
</style>
background-color css
<style>
a { background-color: #856F32; }
a { background-color: rgb(133,111,50); }
div.DivClassName
{
background-color: #856F32;
}
.BgClassName
{
background-color: #856F32;
}
</style>
border-color css
<style>
span { border-color: #856F32; }
span { border-color: rgb(133,111,50); }
td.TdClassName
{
border-color: #856F32;
}
.TagClassName
{
border-color: #856F32;
}
</style>