Shades of Corn Harvest #90753D
Tints of Corn Harvest #90753D
RGB
CMYK
RGB Variations
Color information
#90753D (or 0x90753D) is known color: Corn Harvest. HEX triplet: 90, 75 and 3D. RGB value is (144,117,61). Sum of RGB (Red+Green+Blue) = 144+117+61=322 (42% of max value = 765). Red value is 144 (56.64% from 255 or 44.72% from 322); Green value is 117 (46.09% from 255 or 36.34% from 322); Blue value is 61 (24.22% from 255 or 18.94% from 322); Max value from RGB is 144 - color contains mainly: red. Hex color #90753D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #90753D is #6F8AC2. Grayscale: #767676. Windows color (decimal): -7310019 or 4027792. OLE color: 4027792.
HSL color Cylindrical-coordinate representation of color #90753D: hue angle of 40.48º degrees, saturation: 0.4, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #90753D is Cyan = 0, Magento = 0.19, Yellow = 0.58 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 117 | 61 | - |
| CMYK | 0 | 0.19 | 0.58 | 0.44 |
| HSL | 40.48º | 0.4% | 0.4% | - |
| HSV(B) | 40.48º | 0.58% | 0.56% | - |
| XYZ | 18.71 | 18.99 | 7.09 | - |
| YUV | 118.69 | 95.45 | 146.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 117 | 61 | 0 | 0.19 | 0.58 | 0.44 | 40.48 | 0.4 | 0.4 |
| Hex | 90 | 75 | 3D | 0 | 13 | 3A | 2C | 28 | 28 | 28 |
| Octal | 220 | 165 | 75 | 0 | 23 | 72 | 54 | 50 | 50 | 50 |
| Binary | 10010000 | 1110101 | 111101 | 0 | 10011 | 111010 | 101100 | 101000 | 101000 | 101000 |
Color Harmonies of #90753D
Complementary color
Monochromatic Colors of #90753D
Black with #90753D
Text Example
Text Example
White with #90753D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90753D; }
p { color: rgb(144,117,61); }
H1.HeaderClassName
{
color: #90753D;
}
.AnyTagClassName
{
color: #90753D;
}
</style>
background-color css
<style>
a { background-color: #90753D; }
a { background-color: rgb(144,117,61); }
div.DivClassName
{
background-color: #90753D;
}
.BgClassName
{
background-color: #90753D;
}
</style>
border-color css
<style>
span { border-color: #90753D; }
span { border-color: rgb(144,117,61); }
td.TdClassName
{
border-color: #90753D;
}
.TagClassName
{
border-color: #90753D;
}
</style>