Shades of Corn Harvest #896F2D
Tints of Corn Harvest #896F2D
RGB
CMYK
RGB Variations
Color information
#896F2D (or 0x896F2D) is known color: Corn Harvest. HEX triplet: 89, 6F and 2D. RGB value is (137,111,45). Sum of RGB (Red+Green+Blue) = 137+111+45=293 (38% of max value = 765). Red value is 137 (53.91% from 255 or 46.76% from 293); Green value is 111 (43.75% from 255 or 37.88% from 293); Blue value is 45 (17.97% from 255 or 15.36% from 293); Max value from RGB is 137 - color contains mainly: red. Hex color #896F2D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #896F2D is #7690D2. Grayscale: #6F6F6F. Windows color (decimal): -7770323 or 2977673. OLE color: 2977673.
HSL color Cylindrical-coordinate representation of color #896F2D: hue angle of 43.04º degrees, saturation: 0.51, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #896F2D is Cyan = 0, Magento = 0.19, Yellow = 0.67 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 111 | 45 | - |
| CMYK | 0 | 0.19 | 0.67 | 0.46 |
| HSL | 43.04º | 0.51% | 0.36% | - |
| HSV(B) | 43.04º | 0.67% | 0.54% | - |
| XYZ | 16.47 | 16.88 | 4.87 | - |
| YUV | 111.25 | 90.61 | 146.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 111 | 45 | 0 | 0.19 | 0.67 | 0.46 | 43.04 | 0.51 | 0.36 |
| Hex | 89 | 6F | 2D | 0 | 13 | 43 | 2E | 2B | 33 | 24 |
| Octal | 211 | 157 | 55 | 0 | 23 | 103 | 56 | 53 | 63 | 44 |
| Binary | 10001001 | 1101111 | 101101 | 0 | 10011 | 1000011 | 101110 | 101011 | 110011 | 100100 |
Color Harmonies of #896F2D
Complementary color
Monochromatic Colors of #896F2D
Black with #896F2D
Text Example
Text Example
White with #896F2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #896F2D; }
p { color: rgb(137,111,45); }
H1.HeaderClassName
{
color: #896F2D;
}
.AnyTagClassName
{
color: #896F2D;
}
</style>
background-color css
<style>
a { background-color: #896F2D; }
a { background-color: rgb(137,111,45); }
div.DivClassName
{
background-color: #896F2D;
}
.BgClassName
{
background-color: #896F2D;
}
</style>
border-color css
<style>
span { border-color: #896F2D; }
span { border-color: rgb(137,111,45); }
td.TdClassName
{
border-color: #896F2D;
}
.TagClassName
{
border-color: #896F2D;
}
</style>