Shades of Corn Harvest #90741E
Tints of Corn Harvest #90741E
RGB
CMYK
RGB Variations
Color information
#90741E (or 0x90741E) is known color: Corn Harvest. HEX triplet: 90, 74 and 1E. RGB value is (144,116,30). Sum of RGB (Red+Green+Blue) = 144+116+30=290 (38% of max value = 765). Red value is 144 (56.64% from 255 or 49.66% from 290); Green value is 116 (45.70% from 255 or 40% from 290); Blue value is 30 (12.11% from 255 or 10.34% from 290); Max value from RGB is 144 - color contains mainly: red. Hex color #90741E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #90741E is #6F8BE1. Grayscale: #727272. Windows color (decimal): -7310306 or 1995920. OLE color: 1995920.
HSL color Cylindrical-coordinate representation of color #90741E: hue angle of 45.26º degrees, saturation: 0.66, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #90741E is Cyan = 0, Magento = 0.19, Yellow = 0.79 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 116 | 30 | - |
| CMYK | 0 | 0.19 | 0.79 | 0.44 |
| HSL | 45.26º | 0.66% | 0.34% | - |
| HSV(B) | 45.26º | 0.79% | 0.56% | - |
| XYZ | 17.98 | 18.51 | 3.85 | - |
| YUV | 114.57 | 80.28 | 148.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 116 | 30 | 0 | 0.19 | 0.79 | 0.44 | 45.26 | 0.66 | 0.34 |
| Hex | 90 | 74 | 1E | 0 | 13 | 4F | 2C | 2D | 42 | 22 |
| Octal | 220 | 164 | 36 | 0 | 23 | 117 | 54 | 55 | 102 | 42 |
| Binary | 10010000 | 1110100 | 11110 | 0 | 10011 | 1001111 | 101100 | 101101 | 1000010 | 100010 |
Color Harmonies of #90741E
Complementary color
Monochromatic Colors of #90741E
Black with #90741E
Text Example
Text Example
White with #90741E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90741E; }
p { color: rgb(144,116,30); }
H1.HeaderClassName
{
color: #90741E;
}
.AnyTagClassName
{
color: #90741E;
}
</style>
background-color css
<style>
a { background-color: #90741E; }
a { background-color: rgb(144,116,30); }
div.DivClassName
{
background-color: #90741E;
}
.BgClassName
{
background-color: #90741E;
}
</style>
border-color css
<style>
span { border-color: #90741E; }
span { border-color: rgb(144,116,30); }
td.TdClassName
{
border-color: #90741E;
}
.TagClassName
{
border-color: #90741E;
}
</style>