Shades of Corn Harvest #90722D
Tints of Corn Harvest #90722D
RGB
CMYK
RGB Variations
Color information
#90722D (or 0x90722D) is known color: Corn Harvest. HEX triplet: 90, 72 and 2D. RGB value is (144,114,45). Sum of RGB (Red+Green+Blue) = 144+114+45=303 (40% of max value = 765). Red value is 144 (56.64% from 255 or 47.52% from 303); Green value is 114 (44.92% from 255 or 37.62% from 303); Blue value is 45 (17.97% from 255 or 14.85% from 303); Max value from RGB is 144 - color contains mainly: red. Hex color #90722D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #90722D is #6F8DD2. Grayscale: #737373. Windows color (decimal): -7310803 or 2978448. OLE color: 2978448.
HSL color Cylindrical-coordinate representation of color #90722D: hue angle of 41.82º degrees, saturation: 0.52, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #90722D is Cyan = 0, Magento = 0.21, Yellow = 0.69 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 114 | 45 | - |
| CMYK | 0 | 0.21 | 0.69 | 0.44 |
| HSL | 41.82º | 0.52% | 0.37% | - |
| HSV(B) | 41.82º | 0.69% | 0.56% | - |
| XYZ | 17.99 | 18.15 | 5.04 | - |
| YUV | 115.1 | 88.44 | 148.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 114 | 45 | 0 | 0.21 | 0.69 | 0.44 | 41.82 | 0.52 | 0.37 |
| Hex | 90 | 72 | 2D | 0 | 15 | 45 | 2C | 2A | 34 | 25 |
| Octal | 220 | 162 | 55 | 0 | 25 | 105 | 54 | 52 | 64 | 45 |
| Binary | 10010000 | 1110010 | 101101 | 0 | 10101 | 1000101 | 101100 | 101010 | 110100 | 100101 |
Color Harmonies of #90722D
Complementary color
Monochromatic Colors of #90722D
Black with #90722D
Text Example
Text Example
White with #90722D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90722D; }
p { color: rgb(144,114,45); }
H1.HeaderClassName
{
color: #90722D;
}
.AnyTagClassName
{
color: #90722D;
}
</style>
background-color css
<style>
a { background-color: #90722D; }
a { background-color: rgb(144,114,45); }
div.DivClassName
{
background-color: #90722D;
}
.BgClassName
{
background-color: #90722D;
}
</style>
border-color css
<style>
span { border-color: #90722D; }
span { border-color: rgb(144,114,45); }
td.TdClassName
{
border-color: #90722D;
}
.TagClassName
{
border-color: #90722D;
}
</style>