Shades of Corn Harvest #897A2D
Tints of Corn Harvest #897A2D
RGB
CMYK
RGB Variations
Color information
#897A2D (or 0x897A2D) is known color: Corn Harvest. HEX triplet: 89, 7A and 2D. RGB value is (137,122,45). Sum of RGB (Red+Green+Blue) = 137+122+45=304 (40% of max value = 765). Red value is 137 (53.91% from 255 or 45.07% from 304); Green value is 122 (48.05% from 255 or 40.13% from 304); Blue value is 45 (17.97% from 255 or 14.80% from 304); Max value from RGB is 137 - color contains mainly: red. Hex color #897A2D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #897A2D is #7685D2. Grayscale: #767676. Windows color (decimal): -7767507 or 2980489. OLE color: 2980489.
HSL color Cylindrical-coordinate representation of color #897A2D: hue angle of 50.22º 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 #897A2D is Cyan = 0, Magento = 0.11, Yellow = 0.67 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 122 | 45 | - |
| CMYK | 0 | 0.11 | 0.67 | 0.46 |
| HSL | 50.22º | 0.51% | 0.36% | - |
| HSV(B) | 50.22º | 0.67% | 0.54% | - |
| XYZ | 17.75 | 19.43 | 5.3 | - |
| YUV | 117.71 | 86.97 | 141.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 122 | 45 | 0 | 0.11 | 0.67 | 0.46 | 50.22 | 0.51 | 0.36 |
| Hex | 89 | 7A | 2D | 0 | B | 43 | 2E | 32 | 33 | 24 |
| Octal | 211 | 172 | 55 | 0 | 13 | 103 | 56 | 62 | 63 | 44 |
| Binary | 10001001 | 1111010 | 101101 | 0 | 1011 | 1000011 | 101110 | 110010 | 110011 | 100100 |
Color Harmonies of #897A2D
Complementary color
Monochromatic Colors of #897A2D
Black with #897A2D
Text Example
Text Example
White with #897A2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #897A2D; }
p { color: rgb(137,122,45); }
H1.HeaderClassName
{
color: #897A2D;
}
.AnyTagClassName
{
color: #897A2D;
}
</style>
background-color css
<style>
a { background-color: #897A2D; }
a { background-color: rgb(137,122,45); }
div.DivClassName
{
background-color: #897A2D;
}
.BgClassName
{
background-color: #897A2D;
}
</style>
border-color css
<style>
span { border-color: #897A2D; }
span { border-color: rgb(137,122,45); }
td.TdClassName
{
border-color: #897A2D;
}
.TagClassName
{
border-color: #897A2D;
}
</style>