Shades of Corn Harvest #896F25
Tints of Corn Harvest #896F25
RGB
CMYK
RGB Variations
Color information
#896F25 (or 0x896F25) is known color: Corn Harvest. HEX triplet: 89, 6F and 25. RGB value is (137,111,37). Sum of RGB (Red+Green+Blue) = 137+111+37=285 (37% of max value = 765). Red value is 137 (53.91% from 255 or 48.07% from 285); Green value is 111 (43.75% from 255 or 38.95% from 285); Blue value is 37 (14.84% from 255 or 12.98% from 285); Max value from RGB is 137 - color contains mainly: red. Hex color #896F25 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #896F25 is #7690DA. Grayscale: #6E6E6E. Windows color (decimal): -7770331 or 2453385. OLE color: 2453385.
HSL color Cylindrical-coordinate representation of color #896F25: hue angle of 44.4º degrees, saturation: 0.57, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #896F25 is Cyan = 0, Magento = 0.19, Yellow = 0.73 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 111 | 37 | - |
| CMYK | 0 | 0.19 | 0.73 | 0.46 |
| HSL | 44.4º | 0.57% | 0.34% | - |
| HSV(B) | 44.4º | 0.73% | 0.54% | - |
| XYZ | 16.33 | 16.82 | 4.14 | - |
| YUV | 110.34 | 86.61 | 147.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 111 | 37 | 0 | 0.19 | 0.73 | 0.46 | 44.4 | 0.57 | 0.34 |
| Hex | 89 | 6F | 25 | 0 | 13 | 49 | 2E | 2C | 39 | 22 |
| Octal | 211 | 157 | 45 | 0 | 23 | 111 | 56 | 54 | 71 | 42 |
| Binary | 10001001 | 1101111 | 100101 | 0 | 10011 | 1001001 | 101110 | 101100 | 111001 | 100010 |
Color Harmonies of #896F25
Complementary color
Monochromatic Colors of #896F25
Black with #896F25
Text Example
Text Example
White with #896F25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #896F25; }
p { color: rgb(137,111,37); }
H1.HeaderClassName
{
color: #896F25;
}
.AnyTagClassName
{
color: #896F25;
}
</style>
background-color css
<style>
a { background-color: #896F25; }
a { background-color: rgb(137,111,37); }
div.DivClassName
{
background-color: #896F25;
}
.BgClassName
{
background-color: #896F25;
}
</style>
border-color css
<style>
span { border-color: #896F25; }
span { border-color: rgb(137,111,37); }
td.TdClassName
{
border-color: #896F25;
}
.TagClassName
{
border-color: #896F25;
}
</style>