Shades of Corn Harvest #856F33
Tints of Corn Harvest #856F33
RGB
CMYK
RGB Variations
Color information
#856F33 (or 0x856F33) is known color: Corn Harvest. HEX triplet: 85, 6F and 33. RGB value is (133,111,51). Sum of RGB (Red+Green+Blue) = 133+111+51=295 (39% of max value = 765). Red value is 133 (52.34% from 255 or 45.08% from 295); Green value is 111 (43.75% from 255 or 37.63% from 295); Blue value is 51 (20.31% from 255 or 17.29% from 295); Max value from RGB is 133 - color contains mainly: red. Hex color #856F33 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #856F33 is #7A90CC. Grayscale: #6E6E6E. Windows color (decimal): -8032461 or 3370885. OLE color: 3370885.
HSL color Cylindrical-coordinate representation of color #856F33: hue angle of 43.9º degrees, saturation: 0.45, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #856F33 is Cyan = 0, Magento = 0.17, Yellow = 0.62 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 111 | 51 | - |
| CMYK | 0 | 0.17 | 0.62 | 0.48 |
| HSL | 43.9º | 0.45% | 0.36% | - |
| HSV(B) | 43.9º | 0.62% | 0.52% | - |
| XYZ | 15.95 | 16.59 | 5.49 | - |
| YUV | 110.74 | 94.29 | 143.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 111 | 51 | 0 | 0.17 | 0.62 | 0.48 | 43.9 | 0.45 | 0.36 |
| Hex | 85 | 6F | 33 | 0 | 11 | 3E | 30 | 2C | 2D | 24 |
| Octal | 205 | 157 | 63 | 0 | 21 | 76 | 60 | 54 | 55 | 44 |
| Binary | 10000101 | 1101111 | 110011 | 0 | 10001 | 111110 | 110000 | 101100 | 101101 | 100100 |
Color Harmonies of #856F33
Complementary color
Monochromatic Colors of #856F33
Black with #856F33
Text Example
Text Example
White with #856F33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #856F33; }
p { color: rgb(133,111,51); }
H1.HeaderClassName
{
color: #856F33;
}
.AnyTagClassName
{
color: #856F33;
}
</style>
background-color css
<style>
a { background-color: #856F33; }
a { background-color: rgb(133,111,51); }
div.DivClassName
{
background-color: #856F33;
}
.BgClassName
{
background-color: #856F33;
}
</style>
border-color css
<style>
span { border-color: #856F33; }
span { border-color: rgb(133,111,51); }
td.TdClassName
{
border-color: #856F33;
}
.TagClassName
{
border-color: #856F33;
}
</style>