Shades of Corn Harvest #89713C
Tints of Corn Harvest #89713C
RGB
CMYK
RGB Variations
Color information
#89713C (or 0x89713C) is known color: Corn Harvest. HEX triplet: 89, 71 and 3C. RGB value is (137,113,60). Sum of RGB (Red+Green+Blue) = 137+113+60=310 (41% of max value = 765). Red value is 137 (53.91% from 255 or 44.19% from 310); Green value is 113 (44.53% from 255 or 36.45% from 310); Blue value is 60 (23.83% from 255 or 19.35% from 310); Max value from RGB is 137 - color contains mainly: red. Hex color #89713C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #89713C is #768EC3. Grayscale: #727272. Windows color (decimal): -7769796 or 3961225. OLE color: 3961225.
HSL color Cylindrical-coordinate representation of color #89713C: hue angle of 41.3º degrees, saturation: 0.39, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #89713C is Cyan = 0, Magento = 0.18, Yellow = 0.56 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 113 | 60 | - |
| CMYK | 0 | 0.18 | 0.56 | 0.46 |
| HSL | 41.3º | 0.39% | 0.39% | - |
| HSV(B) | 41.3º | 0.56% | 0.54% | - |
| XYZ | 17.04 | 17.45 | 6.75 | - |
| YUV | 114.13 | 97.45 | 144.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 113 | 60 | 0 | 0.18 | 0.56 | 0.46 | 41.3 | 0.39 | 0.39 |
| Hex | 89 | 71 | 3C | 0 | 12 | 38 | 2E | 29 | 27 | 27 |
| Octal | 211 | 161 | 74 | 0 | 22 | 70 | 56 | 51 | 47 | 47 |
| Binary | 10001001 | 1110001 | 111100 | 0 | 10010 | 111000 | 101110 | 101001 | 100111 | 100111 |
Color Harmonies of #89713C
Complementary color
Monochromatic Colors of #89713C
Black with #89713C
Text Example
Text Example
White with #89713C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89713C; }
p { color: rgb(137,113,60); }
H1.HeaderClassName
{
color: #89713C;
}
.AnyTagClassName
{
color: #89713C;
}
</style>
background-color css
<style>
a { background-color: #89713C; }
a { background-color: rgb(137,113,60); }
div.DivClassName
{
background-color: #89713C;
}
.BgClassName
{
background-color: #89713C;
}
</style>
border-color css
<style>
span { border-color: #89713C; }
span { border-color: rgb(137,113,60); }
td.TdClassName
{
border-color: #89713C;
}
.TagClassName
{
border-color: #89713C;
}
</style>