Shades of Corn Harvest #856D2F
Tints of Corn Harvest #856D2F
RGB
CMYK
RGB Variations
Color information
#856D2F (or 0x856D2F) is known color: Corn Harvest. HEX triplet: 85, 6D and 2F. RGB value is (133,109,47). Sum of RGB (Red+Green+Blue) = 133+109+47=289 (38% of max value = 765). Red value is 133 (52.34% from 255 or 46.02% from 289); Green value is 109 (42.97% from 255 or 37.72% from 289); Blue value is 47 (18.75% from 255 or 16.26% from 289); Max value from RGB is 133 - color contains mainly: red. Hex color #856D2F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #856D2F is #7A92D0. Grayscale: #6D6D6D. Windows color (decimal): -8032977 or 3108229. OLE color: 3108229.
HSL color Cylindrical-coordinate representation of color #856D2F: hue angle of 43.26º degrees, saturation: 0.48, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #856D2F is Cyan = 0, Magento = 0.18, Yellow = 0.65 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 109 | 47 | - |
| CMYK | 0 | 0.18 | 0.65 | 0.48 |
| HSL | 43.26º | 0.48% | 0.35% | - |
| HSV(B) | 43.26º | 0.65% | 0.52% | - |
| XYZ | 15.65 | 16.13 | 4.98 | - |
| YUV | 109.11 | 92.95 | 145.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 109 | 47 | 0 | 0.18 | 0.65 | 0.48 | 43.26 | 0.48 | 0.35 |
| Hex | 85 | 6D | 2F | 0 | 12 | 41 | 30 | 2B | 30 | 23 |
| Octal | 205 | 155 | 57 | 0 | 22 | 101 | 60 | 53 | 60 | 43 |
| Binary | 10000101 | 1101101 | 101111 | 0 | 10010 | 1000001 | 110000 | 101011 | 110000 | 100011 |
Color Harmonies of #856D2F
Complementary color
Monochromatic Colors of #856D2F
Black with #856D2F
Text Example
Text Example
White with #856D2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #856D2F; }
p { color: rgb(133,109,47); }
H1.HeaderClassName
{
color: #856D2F;
}
.AnyTagClassName
{
color: #856D2F;
}
</style>
background-color css
<style>
a { background-color: #856D2F; }
a { background-color: rgb(133,109,47); }
div.DivClassName
{
background-color: #856D2F;
}
.BgClassName
{
background-color: #856D2F;
}
</style>
border-color css
<style>
span { border-color: #856D2F; }
span { border-color: rgb(133,109,47); }
td.TdClassName
{
border-color: #856D2F;
}
.TagClassName
{
border-color: #856D2F;
}
</style>