Shades of Corn Harvest #856E2A
Tints of Corn Harvest #856E2A
RGB
CMYK
RGB Variations
Color information
#856E2A (or 0x856E2A) is known color: Corn Harvest. HEX triplet: 85, 6E and 2A. RGB value is (133,110,42). Sum of RGB (Red+Green+Blue) = 133+110+42=285 (37% of max value = 765). Red value is 133 (52.34% from 255 or 46.67% from 285); Green value is 110 (43.36% from 255 or 38.60% from 285); Blue value is 42 (16.80% from 255 or 14.74% from 285); Max value from RGB is 133 - color contains mainly: red. Hex color #856E2A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #856E2A is #7A91D5. Grayscale: #6D6D6D. Windows color (decimal): -8032726 or 2780805. OLE color: 2780805.
HSL color Cylindrical-coordinate representation of color #856E2A: hue angle of 44.84º degrees, saturation: 0.52, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #856E2A is Cyan = 0, Magento = 0.17, Yellow = 0.68 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 110 | 42 | - |
| CMYK | 0 | 0.17 | 0.68 | 0.48 |
| HSL | 44.84º | 0.52% | 0.34% | - |
| HSV(B) | 44.84º | 0.68% | 0.52% | - |
| XYZ | 15.67 | 16.31 | 4.51 | - |
| YUV | 109.13 | 90.12 | 145.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 110 | 42 | 0 | 0.17 | 0.68 | 0.48 | 44.84 | 0.52 | 0.34 |
| Hex | 85 | 6E | 2A | 0 | 11 | 44 | 30 | 2D | 34 | 22 |
| Octal | 205 | 156 | 52 | 0 | 21 | 104 | 60 | 55 | 64 | 42 |
| Binary | 10000101 | 1101110 | 101010 | 0 | 10001 | 1000100 | 110000 | 101101 | 110100 | 100010 |
Color Harmonies of #856E2A
Complementary color
Monochromatic Colors of #856E2A
Black with #856E2A
Text Example
Text Example
White with #856E2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #856E2A; }
p { color: rgb(133,110,42); }
H1.HeaderClassName
{
color: #856E2A;
}
.AnyTagClassName
{
color: #856E2A;
}
</style>
background-color css
<style>
a { background-color: #856E2A; }
a { background-color: rgb(133,110,42); }
div.DivClassName
{
background-color: #856E2A;
}
.BgClassName
{
background-color: #856E2A;
}
</style>
border-color css
<style>
span { border-color: #856E2A; }
span { border-color: rgb(133,110,42); }
td.TdClassName
{
border-color: #856E2A;
}
.TagClassName
{
border-color: #856E2A;
}
</style>