Shades of Corn Harvest #90773F
Tints of Corn Harvest #90773F
RGB
CMYK
RGB Variations
Color information
#90773F (or 0x90773F) is known color: Corn Harvest. HEX triplet: 90, 77 and 3F. RGB value is (144,119,63). Sum of RGB (Red+Green+Blue) = 144+119+63=326 (43% of max value = 765). Red value is 144 (56.64% from 255 or 44.17% from 326); Green value is 119 (46.88% from 255 or 36.50% from 326); Blue value is 63 (25% from 255 or 19.33% from 326); Max value from RGB is 144 - color contains mainly: red. Hex color #90773F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #90773F is #6F88C0. Grayscale: #787878. Windows color (decimal): -7309505 or 4159376. OLE color: 4159376.
HSL color Cylindrical-coordinate representation of color #90773F: hue angle of 41.48º degrees, saturation: 0.39, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #90773F is Cyan = 0, Magento = 0.17, Yellow = 0.56 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 119 | 63 | - |
| CMYK | 0 | 0.17 | 0.56 | 0.44 |
| HSL | 41.48º | 0.39% | 0.41% | - |
| HSV(B) | 41.48º | 0.56% | 0.56% | - |
| XYZ | 19 | 19.48 | 7.46 | - |
| YUV | 120.09 | 95.78 | 145.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 119 | 63 | 0 | 0.17 | 0.56 | 0.44 | 41.48 | 0.39 | 0.41 |
| Hex | 90 | 77 | 3F | 0 | 11 | 38 | 2C | 29 | 27 | 29 |
| Octal | 220 | 167 | 77 | 0 | 21 | 70 | 54 | 51 | 47 | 51 |
| Binary | 10010000 | 1110111 | 111111 | 0 | 10001 | 111000 | 101100 | 101001 | 100111 | 101001 |
Color Harmonies of #90773F
Complementary color
Monochromatic Colors of #90773F
Black with #90773F
Text Example
Text Example
White with #90773F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90773F; }
p { color: rgb(144,119,63); }
H1.HeaderClassName
{
color: #90773F;
}
.AnyTagClassName
{
color: #90773F;
}
</style>
background-color css
<style>
a { background-color: #90773F; }
a { background-color: rgb(144,119,63); }
div.DivClassName
{
background-color: #90773F;
}
.BgClassName
{
background-color: #90773F;
}
</style>
border-color css
<style>
span { border-color: #90773F; }
span { border-color: rgb(144,119,63); }
td.TdClassName
{
border-color: #90773F;
}
.TagClassName
{
border-color: #90773F;
}
</style>