Shades of Corn Harvest #85703B
Tints of Corn Harvest #85703B
RGB
CMYK
RGB Variations
Color information
#85703B (or 0x85703B) is known color: Corn Harvest. HEX triplet: 85, 70 and 3B. RGB value is (133,112,59). Sum of RGB (Red+Green+Blue) = 133+112+59=304 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.75% from 304); Green value is 112 (44.14% from 255 or 36.84% from 304); Blue value is 59 (23.44% from 255 or 19.41% from 304); Max value from RGB is 133 - color contains mainly: red. Hex color #85703B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #85703B is #7A8FC4. Grayscale: #707070. Windows color (decimal): -8032197 or 3895429. OLE color: 3895429.
HSL color Cylindrical-coordinate representation of color #85703B: hue angle of 42.97º degrees, saturation: 0.39, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #85703B is Cyan = 0, Magento = 0.16, Yellow = 0.56 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 112 | 59 | - |
| CMYK | 0 | 0.16 | 0.56 | 0.48 |
| HSL | 42.97º | 0.39% | 0.38% | - |
| HSV(B) | 42.97º | 0.56% | 0.52% | - |
| XYZ | 16.26 | 16.89 | 6.54 | - |
| YUV | 112.24 | 97.96 | 142.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 112 | 59 | 0 | 0.16 | 0.56 | 0.48 | 42.97 | 0.39 | 0.38 |
| Hex | 85 | 70 | 3B | 0 | 10 | 38 | 30 | 2B | 27 | 26 |
| Octal | 205 | 160 | 73 | 0 | 20 | 70 | 60 | 53 | 47 | 46 |
| Binary | 10000101 | 1110000 | 111011 | 0 | 10000 | 111000 | 110000 | 101011 | 100111 | 100110 |
Color Harmonies of #85703B
Complementary color
Monochromatic Colors of #85703B
Black with #85703B
Text Example
Text Example
White with #85703B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85703B; }
p { color: rgb(133,112,59); }
H1.HeaderClassName
{
color: #85703B;
}
.AnyTagClassName
{
color: #85703B;
}
</style>
background-color css
<style>
a { background-color: #85703B; }
a { background-color: rgb(133,112,59); }
div.DivClassName
{
background-color: #85703B;
}
.BgClassName
{
background-color: #85703B;
}
</style>
border-color css
<style>
span { border-color: #85703B; }
span { border-color: rgb(133,112,59); }
td.TdClassName
{
border-color: #85703B;
}
.TagClassName
{
border-color: #85703B;
}
</style>