Shades of Corn Harvest #856C2D
Tints of Corn Harvest #856C2D
RGB
CMYK
RGB Variations
Color information
#856C2D (or 0x856C2D) is known color: Corn Harvest. HEX triplet: 85, 6C and 2D. RGB value is (133,108,45). Sum of RGB (Red+Green+Blue) = 133+108+45=286 (37% of max value = 765). Red value is 133 (52.34% from 255 or 46.50% from 286); Green value is 108 (42.58% from 255 or 37.76% from 286); Blue value is 45 (17.97% from 255 or 15.73% from 286); Max value from RGB is 133 - color contains mainly: red. Hex color #856C2D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #856C2D is #7A93D2. Grayscale: #6C6C6C. Windows color (decimal): -8033235 or 2976901. OLE color: 2976901.
HSL color Cylindrical-coordinate representation of color #856C2D: hue angle of 42.95º degrees, saturation: 0.49, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #856C2D is Cyan = 0, Magento = 0.19, Yellow = 0.66 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 108 | 45 | - |
| CMYK | 0 | 0.19 | 0.66 | 0.48 |
| HSL | 42.95º | 0.49% | 0.35% | - |
| HSV(B) | 42.95º | 0.66% | 0.52% | - |
| XYZ | 15.51 | 15.9 | 4.73 | - |
| YUV | 108.29 | 92.28 | 145.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 108 | 45 | 0 | 0.19 | 0.66 | 0.48 | 42.95 | 0.49 | 0.35 |
| Hex | 85 | 6C | 2D | 0 | 13 | 42 | 30 | 2B | 31 | 23 |
| Octal | 205 | 154 | 55 | 0 | 23 | 102 | 60 | 53 | 61 | 43 |
| Binary | 10000101 | 1101100 | 101101 | 0 | 10011 | 1000010 | 110000 | 101011 | 110001 | 100011 |
Color Harmonies of #856C2D
Complementary color
Monochromatic Colors of #856C2D
Black with #856C2D
Text Example
Text Example
White with #856C2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #856C2D; }
p { color: rgb(133,108,45); }
H1.HeaderClassName
{
color: #856C2D;
}
.AnyTagClassName
{
color: #856C2D;
}
</style>
background-color css
<style>
a { background-color: #856C2D; }
a { background-color: rgb(133,108,45); }
div.DivClassName
{
background-color: #856C2D;
}
.BgClassName
{
background-color: #856C2D;
}
</style>
border-color css
<style>
span { border-color: #856C2D; }
span { border-color: rgb(133,108,45); }
td.TdClassName
{
border-color: #856C2D;
}
.TagClassName
{
border-color: #856C2D;
}
</style>