Shades of Corn Harvest #856D2A
Tints of Corn Harvest #856D2A
RGB
CMYK
RGB Variations
Color information
#856D2A (or 0x856D2A) is known color: Corn Harvest. HEX triplet: 85, 6D and 2A. RGB value is (133,109,42). Sum of RGB (Red+Green+Blue) = 133+109+42=284 (37% of max value = 765). Red value is 133 (52.34% from 255 or 46.83% from 284); Green value is 109 (42.97% from 255 or 38.38% from 284); Blue value is 42 (16.80% from 255 or 14.79% from 284); Max value from RGB is 133 - color contains mainly: red. Hex color #856D2A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #856D2A is #7A92D5. Grayscale: #6C6C6C. Windows color (decimal): -8032982 or 2780549. OLE color: 2780549.
HSL color Cylindrical-coordinate representation of color #856D2A: hue angle of 44.18º 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 #856D2A is Cyan = 0, Magento = 0.18, Yellow = 0.68 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 109 | 42 | - |
| CMYK | 0 | 0.18 | 0.68 | 0.48 |
| HSL | 44.18º | 0.52% | 0.34% | - |
| HSV(B) | 44.18º | 0.68% | 0.52% | - |
| XYZ | 15.56 | 16.09 | 4.48 | - |
| YUV | 108.54 | 90.45 | 145.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 109 | 42 | 0 | 0.18 | 0.68 | 0.48 | 44.18 | 0.52 | 0.34 |
| Hex | 85 | 6D | 2A | 0 | 12 | 44 | 30 | 2C | 34 | 22 |
| Octal | 205 | 155 | 52 | 0 | 22 | 104 | 60 | 54 | 64 | 42 |
| Binary | 10000101 | 1101101 | 101010 | 0 | 10010 | 1000100 | 110000 | 101100 | 110100 | 100010 |
Color Harmonies of #856D2A
Complementary color
Monochromatic Colors of #856D2A
Black with #856D2A
Text Example
Text Example
White with #856D2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #856D2A; }
p { color: rgb(133,109,42); }
H1.HeaderClassName
{
color: #856D2A;
}
.AnyTagClassName
{
color: #856D2A;
}
</style>
background-color css
<style>
a { background-color: #856D2A; }
a { background-color: rgb(133,109,42); }
div.DivClassName
{
background-color: #856D2A;
}
.BgClassName
{
background-color: #856D2A;
}
</style>
border-color css
<style>
span { border-color: #856D2A; }
span { border-color: rgb(133,109,42); }
td.TdClassName
{
border-color: #856D2A;
}
.TagClassName
{
border-color: #856D2A;
}
</style>