Shades of Corn Harvest #85672C
Tints of Corn Harvest #85672C
RGB
CMYK
RGB Variations
Color information
#85672C (or 0x85672C) is known color: Corn Harvest. HEX triplet: 85, 67 and 2C. RGB value is (133,103,44). Sum of RGB (Red+Green+Blue) = 133+103+44=280 (37% of max value = 765). Red value is 133 (52.34% from 255 or 47.5% from 280); Green value is 103 (40.62% from 255 or 36.79% from 280); Blue value is 44 (17.58% from 255 or 15.71% from 280); Max value from RGB is 133 - color contains mainly: red. Hex color #85672C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #85672C is #7A98D3. Grayscale: #696969. Windows color (decimal): -8034516 or 2910085. OLE color: 2910085.
HSL color Cylindrical-coordinate representation of color #85672C: hue angle of 39.78º degrees, saturation: 0.5, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #85672C is Cyan = 0, Magento = 0.23, Yellow = 0.67 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 103 | 44 | - |
| CMYK | 0 | 0.23 | 0.67 | 0.48 |
| HSL | 39.78º | 0.5% | 0.35% | - |
| HSV(B) | 39.78º | 0.67% | 0.52% | - |
| XYZ | 14.98 | 14.87 | 4.46 | - |
| YUV | 105.24 | 93.44 | 147.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 103 | 44 | 0 | 0.23 | 0.67 | 0.48 | 39.78 | 0.5 | 0.35 |
| Hex | 85 | 67 | 2C | 0 | 17 | 43 | 30 | 28 | 32 | 23 |
| Octal | 205 | 147 | 54 | 0 | 27 | 103 | 60 | 50 | 62 | 43 |
| Binary | 10000101 | 1100111 | 101100 | 0 | 10111 | 1000011 | 110000 | 101000 | 110010 | 100011 |
Color Harmonies of #85672C
Complementary color
Monochromatic Colors of #85672C
Black with #85672C
Text Example
Text Example
White with #85672C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85672C; }
p { color: rgb(133,103,44); }
H1.HeaderClassName
{
color: #85672C;
}
.AnyTagClassName
{
color: #85672C;
}
</style>
background-color css
<style>
a { background-color: #85672C; }
a { background-color: rgb(133,103,44); }
div.DivClassName
{
background-color: #85672C;
}
.BgClassName
{
background-color: #85672C;
}
</style>
border-color css
<style>
span { border-color: #85672C; }
span { border-color: rgb(133,103,44); }
td.TdClassName
{
border-color: #85672C;
}
.TagClassName
{
border-color: #85672C;
}
</style>