Shades of Corn Harvest #90721C
Tints of Corn Harvest #90721C
RGB
CMYK
RGB Variations
Color information
#90721C (or 0x90721C) is known color: Corn Harvest. HEX triplet: 90, 72 and 1C. RGB value is (144,114,28). Sum of RGB (Red+Green+Blue) = 144+114+28=286 (37% of max value = 765). Red value is 144 (56.64% from 255 or 50.35% from 286); Green value is 114 (44.92% from 255 or 39.86% from 286); Blue value is 28 (11.33% from 255 or 9.79% from 286); Max value from RGB is 144 - color contains mainly: red. Hex color #90721C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #90721C is #6F8DE3. Grayscale: #717171. Windows color (decimal): -7310820 or 1864336. OLE color: 1864336.
HSL color Cylindrical-coordinate representation of color #90721C: hue angle of 44.48º degrees, saturation: 0.67, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #90721C is Cyan = 0, Magento = 0.21, Yellow = 0.81 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 114 | 28 | - |
| CMYK | 0 | 0.21 | 0.81 | 0.44 |
| HSL | 44.48º | 0.67% | 0.34% | - |
| HSV(B) | 44.48º | 0.81% | 0.56% | - |
| XYZ | 17.73 | 18.05 | 3.65 | - |
| YUV | 113.17 | 79.94 | 149.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 114 | 28 | 0 | 0.21 | 0.81 | 0.44 | 44.48 | 0.67 | 0.34 |
| Hex | 90 | 72 | 1C | 0 | 15 | 51 | 2C | 2C | 43 | 22 |
| Octal | 220 | 162 | 34 | 0 | 25 | 121 | 54 | 54 | 103 | 42 |
| Binary | 10010000 | 1110010 | 11100 | 0 | 10101 | 1010001 | 101100 | 101100 | 1000011 | 100010 |
Color Harmonies of #90721C
Complementary color
Monochromatic Colors of #90721C
Black with #90721C
Text Example
Text Example
White with #90721C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90721C; }
p { color: rgb(144,114,28); }
H1.HeaderClassName
{
color: #90721C;
}
.AnyTagClassName
{
color: #90721C;
}
</style>
background-color css
<style>
a { background-color: #90721C; }
a { background-color: rgb(144,114,28); }
div.DivClassName
{
background-color: #90721C;
}
.BgClassName
{
background-color: #90721C;
}
</style>
border-color css
<style>
span { border-color: #90721C; }
span { border-color: rgb(144,114,28); }
td.TdClassName
{
border-color: #90721C;
}
.TagClassName
{
border-color: #90721C;
}
</style>