Shades of Corn Harvest #85712A
Tints of Corn Harvest #85712A
RGB
CMYK
RGB Variations
Color information
#85712A (or 0x85712A) is known color: Corn Harvest. HEX triplet: 85, 71 and 2A. RGB value is (133,113,42). Sum of RGB (Red+Green+Blue) = 133+113+42=288 (38% of max value = 765). Red value is 133 (52.34% from 255 or 46.18% from 288); Green value is 113 (44.53% from 255 or 39.24% from 288); Blue value is 42 (16.80% from 255 or 14.58% from 288); Max value from RGB is 133 - color contains mainly: red. Hex color #85712A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #85712A is #7A8ED5. Grayscale: #6F6F6F. Windows color (decimal): -8031958 or 2781573. OLE color: 2781573.
HSL color Cylindrical-coordinate representation of color #85712A: hue angle of 46.81º 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 #85712A is Cyan = 0, Magento = 0.15, Yellow = 0.68 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 113 | 42 | - |
| CMYK | 0 | 0.15 | 0.68 | 0.48 |
| HSL | 46.81º | 0.52% | 0.34% | - |
| HSV(B) | 46.81º | 0.68% | 0.52% | - |
| XYZ | 16 | 16.96 | 4.62 | - |
| YUV | 110.89 | 89.13 | 143.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 113 | 42 | 0 | 0.15 | 0.68 | 0.48 | 46.81 | 0.52 | 0.34 |
| Hex | 85 | 71 | 2A | 0 | F | 44 | 30 | 2F | 34 | 22 |
| Octal | 205 | 161 | 52 | 0 | 17 | 104 | 60 | 57 | 64 | 42 |
| Binary | 10000101 | 1110001 | 101010 | 0 | 1111 | 1000100 | 110000 | 101111 | 110100 | 100010 |
Color Harmonies of #85712A
Complementary color
Monochromatic Colors of #85712A
Black with #85712A
Text Example
Text Example
White with #85712A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85712A; }
p { color: rgb(133,113,42); }
H1.HeaderClassName
{
color: #85712A;
}
.AnyTagClassName
{
color: #85712A;
}
</style>
background-color css
<style>
a { background-color: #85712A; }
a { background-color: rgb(133,113,42); }
div.DivClassName
{
background-color: #85712A;
}
.BgClassName
{
background-color: #85712A;
}
</style>
border-color css
<style>
span { border-color: #85712A; }
span { border-color: rgb(133,113,42); }
td.TdClassName
{
border-color: #85712A;
}
.TagClassName
{
border-color: #85712A;
}
</style>