Shades of Corn Harvest #896D35
Tints of Corn Harvest #896D35
RGB
CMYK
RGB Variations
Color information
#896D35 (or 0x896D35) is known color: Corn Harvest. HEX triplet: 89, 6D and 35. RGB value is (137,109,53). Sum of RGB (Red+Green+Blue) = 137+109+53=299 (39% of max value = 765). Red value is 137 (53.91% from 255 or 45.82% from 299); Green value is 109 (42.97% from 255 or 36.45% from 299); Blue value is 53 (21.09% from 255 or 17.73% from 299); Max value from RGB is 137 - color contains mainly: red. Hex color #896D35 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #896D35 is #7692CA. Grayscale: #6F6F6F. Windows color (decimal): -7770827 or 3501449. OLE color: 3501449.
HSL color Cylindrical-coordinate representation of color #896D35: hue angle of 40º degrees, saturation: 0.44, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #896D35 is Cyan = 0, Magento = 0.20, Yellow = 0.61 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 109 | 53 | - |
| CMYK | 0 | 0.20 | 0.61 | 0.46 |
| HSL | 40º | 0.44% | 0.37% | - |
| HSV(B) | 40º | 0.61% | 0.54% | - |
| XYZ | 16.43 | 16.51 | 5.69 | - |
| YUV | 110.99 | 95.28 | 146.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 109 | 53 | 0 | 0.20 | 0.61 | 0.46 | 40 | 0.44 | 0.37 |
| Hex | 89 | 6D | 35 | 0 | 14 | 3D | 2E | 28 | 2C | 25 |
| Octal | 211 | 155 | 65 | 0 | 24 | 75 | 56 | 50 | 54 | 45 |
| Binary | 10001001 | 1101101 | 110101 | 0 | 10100 | 111101 | 101110 | 101000 | 101100 | 100101 |
Color Harmonies of #896D35
Complementary color
Monochromatic Colors of #896D35
Black with #896D35
Text Example
Text Example
White with #896D35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #896D35; }
p { color: rgb(137,109,53); }
H1.HeaderClassName
{
color: #896D35;
}
.AnyTagClassName
{
color: #896D35;
}
</style>
background-color css
<style>
a { background-color: #896D35; }
a { background-color: rgb(137,109,53); }
div.DivClassName
{
background-color: #896D35;
}
.BgClassName
{
background-color: #896D35;
}
</style>
border-color css
<style>
span { border-color: #896D35; }
span { border-color: rgb(137,109,53); }
td.TdClassName
{
border-color: #896D35;
}
.TagClassName
{
border-color: #896D35;
}
</style>