Shades of Corn Harvest #85703C
Tints of Corn Harvest #85703C
RGB
CMYK
RGB Variations
Color information
#85703C (or 0x85703C) is known color: Corn Harvest. HEX triplet: 85, 70 and 3C. RGB value is (133,112,60). Sum of RGB (Red+Green+Blue) = 133+112+60=305 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.61% from 305); Green value is 112 (44.14% from 255 or 36.72% from 305); Blue value is 60 (23.83% from 255 or 19.67% from 305); Max value from RGB is 133 - color contains mainly: red. Hex color #85703C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #85703C is #7A8FC3. Grayscale: #707070. Windows color (decimal): -8032196 or 3960965. OLE color: 3960965.
HSL color Cylindrical-coordinate representation of color #85703C: hue angle of 42.74º degrees, saturation: 0.38, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #85703C is Cyan = 0, Magento = 0.16, Yellow = 0.55 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 112 | 60 | - |
| CMYK | 0 | 0.16 | 0.55 | 0.48 |
| HSL | 42.74º | 0.38% | 0.38% | - |
| HSV(B) | 42.74º | 0.55% | 0.52% | - |
| XYZ | 16.28 | 16.9 | 6.68 | - |
| YUV | 112.35 | 98.46 | 142.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 112 | 60 | 0 | 0.16 | 0.55 | 0.48 | 42.74 | 0.38 | 0.38 |
| Hex | 85 | 70 | 3C | 0 | 10 | 37 | 30 | 2B | 26 | 26 |
| Octal | 205 | 160 | 74 | 0 | 20 | 67 | 60 | 53 | 46 | 46 |
| Binary | 10000101 | 1110000 | 111100 | 0 | 10000 | 110111 | 110000 | 101011 | 100110 | 100110 |
Color Harmonies of #85703C
Complementary color
Monochromatic Colors of #85703C
Black with #85703C
Text Example
Text Example
White with #85703C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85703C; }
p { color: rgb(133,112,60); }
H1.HeaderClassName
{
color: #85703C;
}
.AnyTagClassName
{
color: #85703C;
}
</style>
background-color css
<style>
a { background-color: #85703C; }
a { background-color: rgb(133,112,60); }
div.DivClassName
{
background-color: #85703C;
}
.BgClassName
{
background-color: #85703C;
}
</style>
border-color css
<style>
span { border-color: #85703C; }
span { border-color: rgb(133,112,60); }
td.TdClassName
{
border-color: #85703C;
}
.TagClassName
{
border-color: #85703C;
}
</style>