Shades of Corn Harvest #85672E
Tints of Corn Harvest #85672E
RGB
CMYK
RGB Variations
Color information
#85672E (or 0x85672E) is known color: Corn Harvest. HEX triplet: 85, 67 and 2E. RGB value is (133,103,46). Sum of RGB (Red+Green+Blue) = 133+103+46=282 (37% of max value = 765). Red value is 133 (52.34% from 255 or 47.16% from 282); Green value is 103 (40.62% from 255 or 36.52% from 282); Blue value is 46 (18.36% from 255 or 16.31% from 282); Max value from RGB is 133 - color contains mainly: red. Hex color #85672E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #85672E is #7A98D1. Grayscale: #696969. Windows color (decimal): -8034514 or 3041157. OLE color: 3041157.
HSL color Cylindrical-coordinate representation of color #85672E: hue angle of 39.31º degrees, saturation: 0.49, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #85672E is Cyan = 0, Magento = 0.23, Yellow = 0.65 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 103 | 46 | - |
| CMYK | 0 | 0.23 | 0.65 | 0.48 |
| HSL | 39.31º | 0.49% | 0.35% | - |
| HSV(B) | 39.31º | 0.65% | 0.52% | - |
| XYZ | 15.02 | 14.88 | 4.67 | - |
| YUV | 105.47 | 94.44 | 147.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 103 | 46 | 0 | 0.23 | 0.65 | 0.48 | 39.31 | 0.49 | 0.35 |
| Hex | 85 | 67 | 2E | 0 | 17 | 41 | 30 | 27 | 31 | 23 |
| Octal | 205 | 147 | 56 | 0 | 27 | 101 | 60 | 47 | 61 | 43 |
| Binary | 10000101 | 1100111 | 101110 | 0 | 10111 | 1000001 | 110000 | 100111 | 110001 | 100011 |
Color Harmonies of #85672E
Complementary color
Monochromatic Colors of #85672E
Black with #85672E
Text Example
Text Example
White with #85672E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85672E; }
p { color: rgb(133,103,46); }
H1.HeaderClassName
{
color: #85672E;
}
.AnyTagClassName
{
color: #85672E;
}
</style>
background-color css
<style>
a { background-color: #85672E; }
a { background-color: rgb(133,103,46); }
div.DivClassName
{
background-color: #85672E;
}
.BgClassName
{
background-color: #85672E;
}
</style>
border-color css
<style>
span { border-color: #85672E; }
span { border-color: rgb(133,103,46); }
td.TdClassName
{
border-color: #85672E;
}
.TagClassName
{
border-color: #85672E;
}
</style>