Shades of Corn Harvest #856B2A
Tints of Corn Harvest #856B2A
RGB
CMYK
RGB Variations
Color information
#856B2A (or 0x856B2A) is known color: Corn Harvest. HEX triplet: 85, 6B and 2A. RGB value is (133,107,42). Sum of RGB (Red+Green+Blue) = 133+107+42=282 (37% of max value = 765). Red value is 133 (52.34% from 255 or 47.16% from 282); Green value is 107 (42.19% from 255 or 37.94% from 282); Blue value is 42 (16.80% from 255 or 14.89% from 282); Max value from RGB is 133 - color contains mainly: red. Hex color #856B2A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #856B2A is #7A94D5. Grayscale: #6B6B6B. Windows color (decimal): -8033494 or 2780037. OLE color: 2780037.
HSL color Cylindrical-coordinate representation of color #856B2A: hue angle of 42.86º 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 #856B2A is Cyan = 0, Magento = 0.20, Yellow = 0.68 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 107 | 42 | - |
| CMYK | 0 | 0.20 | 0.68 | 0.48 |
| HSL | 42.86º | 0.52% | 0.34% | - |
| HSV(B) | 42.86º | 0.68% | 0.52% | - |
| XYZ | 15.35 | 15.67 | 4.41 | - |
| YUV | 107.36 | 91.11 | 146.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 107 | 42 | 0 | 0.20 | 0.68 | 0.48 | 42.86 | 0.52 | 0.34 |
| Hex | 85 | 6B | 2A | 0 | 14 | 44 | 30 | 2B | 34 | 22 |
| Octal | 205 | 153 | 52 | 0 | 24 | 104 | 60 | 53 | 64 | 42 |
| Binary | 10000101 | 1101011 | 101010 | 0 | 10100 | 1000100 | 110000 | 101011 | 110100 | 100010 |
Color Harmonies of #856B2A
Complementary color
Monochromatic Colors of #856B2A
Black with #856B2A
Text Example
Text Example
White with #856B2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #856B2A; }
p { color: rgb(133,107,42); }
H1.HeaderClassName
{
color: #856B2A;
}
.AnyTagClassName
{
color: #856B2A;
}
</style>
background-color css
<style>
a { background-color: #856B2A; }
a { background-color: rgb(133,107,42); }
div.DivClassName
{
background-color: #856B2A;
}
.BgClassName
{
background-color: #856B2A;
}
</style>
border-color css
<style>
span { border-color: #856B2A; }
span { border-color: rgb(133,107,42); }
td.TdClassName
{
border-color: #856B2A;
}
.TagClassName
{
border-color: #856B2A;
}
</style>