Shades of Corn Harvest #90741A
Tints of Corn Harvest #90741A
RGB
CMYK
RGB Variations
Color information
#90741A (or 0x90741A) is known color: Corn Harvest. HEX triplet: 90, 74 and 1A. RGB value is (144,116,26). Sum of RGB (Red+Green+Blue) = 144+116+26=286 (37% of max value = 765). Red value is 144 (56.64% from 255 or 50.35% from 286); Green value is 116 (45.70% from 255 or 40.56% from 286); Blue value is 26 (10.55% from 255 or 9.09% from 286); Max value from RGB is 144 - color contains mainly: red. Hex color #90741A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #90741A is #6F8BE5. Grayscale: #727272. Windows color (decimal): -7310310 or 1733776. OLE color: 1733776.
HSL color Cylindrical-coordinate representation of color #90741A: hue angle of 45.76º degrees, saturation: 0.69, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #90741A is Cyan = 0, Magento = 0.19, Yellow = 0.82 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 116 | 26 | - |
| CMYK | 0 | 0.19 | 0.82 | 0.44 |
| HSL | 45.76º | 0.69% | 0.33% | - |
| HSV(B) | 45.76º | 0.82% | 0.56% | - |
| XYZ | 17.93 | 18.49 | 3.6 | - |
| YUV | 114.11 | 78.28 | 149.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 116 | 26 | 0 | 0.19 | 0.82 | 0.44 | 45.76 | 0.69 | 0.33 |
| Hex | 90 | 74 | 1A | 0 | 13 | 52 | 2C | 2E | 45 | 21 |
| Octal | 220 | 164 | 32 | 0 | 23 | 122 | 54 | 56 | 105 | 41 |
| Binary | 10010000 | 1110100 | 11010 | 0 | 10011 | 1010010 | 101100 | 101110 | 1000101 | 100001 |
Color Harmonies of #90741A
Complementary color
Monochromatic Colors of #90741A
Black with #90741A
Text Example
Text Example
White with #90741A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90741A; }
p { color: rgb(144,116,26); }
H1.HeaderClassName
{
color: #90741A;
}
.AnyTagClassName
{
color: #90741A;
}
</style>
background-color css
<style>
a { background-color: #90741A; }
a { background-color: rgb(144,116,26); }
div.DivClassName
{
background-color: #90741A;
}
.BgClassName
{
background-color: #90741A;
}
</style>
border-color css
<style>
span { border-color: #90741A; }
span { border-color: rgb(144,116,26); }
td.TdClassName
{
border-color: #90741A;
}
.TagClassName
{
border-color: #90741A;
}
</style>