Shades of Corn Harvest #90732F
Tints of Corn Harvest #90732F
RGB
CMYK
RGB Variations
Color information
#90732F (or 0x90732F) is known color: Corn Harvest. HEX triplet: 90, 73 and 2F. RGB value is (144,115,47). Sum of RGB (Red+Green+Blue) = 144+115+47=306 (40% of max value = 765). Red value is 144 (56.64% from 255 or 47.06% from 306); Green value is 115 (45.31% from 255 or 37.58% from 306); Blue value is 47 (18.75% from 255 or 15.36% from 306); Max value from RGB is 144 - color contains mainly: red. Hex color #90732F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #90732F is #6F8CD0. Grayscale: #747474. Windows color (decimal): -7310545 or 3109776. OLE color: 3109776.
HSL color Cylindrical-coordinate representation of color #90732F: hue angle of 42.06º degrees, saturation: 0.51, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #90732F is Cyan = 0, Magento = 0.20, Yellow = 0.67 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 115 | 47 | - |
| CMYK | 0 | 0.20 | 0.67 | 0.44 |
| HSL | 42.06º | 0.51% | 0.37% | - |
| HSV(B) | 42.06º | 0.67% | 0.56% | - |
| XYZ | 18.15 | 18.4 | 5.28 | - |
| YUV | 115.92 | 89.11 | 148.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 115 | 47 | 0 | 0.20 | 0.67 | 0.44 | 42.06 | 0.51 | 0.37 |
| Hex | 90 | 73 | 2F | 0 | 14 | 43 | 2C | 2A | 33 | 25 |
| Octal | 220 | 163 | 57 | 0 | 24 | 103 | 54 | 52 | 63 | 45 |
| Binary | 10010000 | 1110011 | 101111 | 0 | 10100 | 1000011 | 101100 | 101010 | 110011 | 100101 |
Color Harmonies of #90732F
Complementary color
Monochromatic Colors of #90732F
Black with #90732F
Text Example
Text Example
White with #90732F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90732F; }
p { color: rgb(144,115,47); }
H1.HeaderClassName
{
color: #90732F;
}
.AnyTagClassName
{
color: #90732F;
}
</style>
background-color css
<style>
a { background-color: #90732F; }
a { background-color: rgb(144,115,47); }
div.DivClassName
{
background-color: #90732F;
}
.BgClassName
{
background-color: #90732F;
}
</style>
border-color css
<style>
span { border-color: #90732F; }
span { border-color: rgb(144,115,47); }
td.TdClassName
{
border-color: #90732F;
}
.TagClassName
{
border-color: #90732F;
}
</style>