Shades of Corn Harvest #90712E
Tints of Corn Harvest #90712E
RGB
CMYK
RGB Variations
Color information
#90712E (or 0x90712E) is known color: Corn Harvest. HEX triplet: 90, 71 and 2E. RGB value is (144,113,46). Sum of RGB (Red+Green+Blue) = 144+113+46=303 (40% of max value = 765). Red value is 144 (56.64% from 255 or 47.52% from 303); Green value is 113 (44.53% from 255 or 37.29% from 303); Blue value is 46 (18.36% from 255 or 15.18% from 303); Max value from RGB is 144 - color contains mainly: red. Hex color #90712E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #90712E is #6F8ED1. Grayscale: #727272. Windows color (decimal): -7311058 or 3043728. OLE color: 3043728.
HSL color Cylindrical-coordinate representation of color #90712E: hue angle of 41.02º degrees, saturation: 0.52, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #90712E is Cyan = 0, Magento = 0.22, Yellow = 0.68 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 113 | 46 | - |
| CMYK | 0 | 0.22 | 0.68 | 0.44 |
| HSL | 41.02º | 0.52% | 0.37% | - |
| HSV(B) | 41.02º | 0.68% | 0.56% | - |
| XYZ | 17.9 | 17.94 | 5.1 | - |
| YUV | 114.63 | 89.27 | 148.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 113 | 46 | 0 | 0.22 | 0.68 | 0.44 | 41.02 | 0.52 | 0.37 |
| Hex | 90 | 71 | 2E | 0 | 16 | 44 | 2C | 29 | 34 | 25 |
| Octal | 220 | 161 | 56 | 0 | 26 | 104 | 54 | 51 | 64 | 45 |
| Binary | 10010000 | 1110001 | 101110 | 0 | 10110 | 1000100 | 101100 | 101001 | 110100 | 100101 |
Color Harmonies of #90712E
Complementary color
Monochromatic Colors of #90712E
Black with #90712E
Text Example
Text Example
White with #90712E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90712E; }
p { color: rgb(144,113,46); }
H1.HeaderClassName
{
color: #90712E;
}
.AnyTagClassName
{
color: #90712E;
}
</style>
background-color css
<style>
a { background-color: #90712E; }
a { background-color: rgb(144,113,46); }
div.DivClassName
{
background-color: #90712E;
}
.BgClassName
{
background-color: #90712E;
}
</style>
border-color css
<style>
span { border-color: #90712E; }
span { border-color: rgb(144,113,46); }
td.TdClassName
{
border-color: #90712E;
}
.TagClassName
{
border-color: #90712E;
}
</style>