Shades of Corn Harvest #85723C
Tints of Corn Harvest #85723C
RGB
CMYK
RGB Variations
Color information
#85723C (or 0x85723C) is known color: Corn Harvest. HEX triplet: 85, 72 and 3C. RGB value is (133,114,60). Sum of RGB (Red+Green+Blue) = 133+114+60=307 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.32% from 307); Green value is 114 (44.92% from 255 or 37.13% from 307); Blue value is 60 (23.83% from 255 or 19.54% from 307); Max value from RGB is 133 - color contains mainly: red. Hex color #85723C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #85723C is #7A8DC3. Grayscale: #717171. Windows color (decimal): -8031684 or 3961477. OLE color: 3961477.
HSL color Cylindrical-coordinate representation of color #85723C: hue angle of 44.38º 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 #85723C is Cyan = 0, Magento = 0.14, Yellow = 0.55 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 114 | 60 | - |
| CMYK | 0 | 0.14 | 0.55 | 0.48 |
| HSL | 44.38º | 0.38% | 0.38% | - |
| HSV(B) | 44.38º | 0.55% | 0.52% | - |
| XYZ | 16.51 | 17.35 | 6.75 | - |
| YUV | 113.53 | 97.79 | 141.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 114 | 60 | 0 | 0.14 | 0.55 | 0.48 | 44.38 | 0.38 | 0.38 |
| Hex | 85 | 72 | 3C | 0 | E | 37 | 30 | 2C | 26 | 26 |
| Octal | 205 | 162 | 74 | 0 | 16 | 67 | 60 | 54 | 46 | 46 |
| Binary | 10000101 | 1110010 | 111100 | 0 | 1110 | 110111 | 110000 | 101100 | 100110 | 100110 |
Color Harmonies of #85723C
Complementary color
Monochromatic Colors of #85723C
Black with #85723C
Text Example
Text Example
White with #85723C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85723C; }
p { color: rgb(133,114,60); }
H1.HeaderClassName
{
color: #85723C;
}
.AnyTagClassName
{
color: #85723C;
}
</style>
background-color css
<style>
a { background-color: #85723C; }
a { background-color: rgb(133,114,60); }
div.DivClassName
{
background-color: #85723C;
}
.BgClassName
{
background-color: #85723C;
}
</style>
border-color css
<style>
span { border-color: #85723C; }
span { border-color: rgb(133,114,60); }
td.TdClassName
{
border-color: #85723C;
}
.TagClassName
{
border-color: #85723C;
}
</style>