Shades of Corn Harvest #90742D
Tints of Corn Harvest #90742D
RGB
CMYK
RGB Variations
Color information
#90742D (or 0x90742D) is known color: Corn Harvest. HEX triplet: 90, 74 and 2D. RGB value is (144,116,45). Sum of RGB (Red+Green+Blue) = 144+116+45=305 (40% of max value = 765). Red value is 144 (56.64% from 255 or 47.21% from 305); Green value is 116 (45.70% from 255 or 38.03% from 305); Blue value is 45 (17.97% from 255 or 14.75% from 305); Max value from RGB is 144 - color contains mainly: red. Hex color #90742D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #90742D is #6F8BD2. Grayscale: #747474. Windows color (decimal): -7310291 or 2978960. OLE color: 2978960.
HSL color Cylindrical-coordinate representation of color #90742D: hue angle of 43.03º 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 #90742D is Cyan = 0, Magento = 0.19, Yellow = 0.69 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 116 | 45 | - |
| CMYK | 0 | 0.19 | 0.69 | 0.44 |
| HSL | 43.03º | 0.52% | 0.37% | - |
| HSV(B) | 43.03º | 0.69% | 0.56% | - |
| XYZ | 18.22 | 18.61 | 5.11 | - |
| YUV | 116.28 | 87.78 | 147.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 116 | 45 | 0 | 0.19 | 0.69 | 0.44 | 43.03 | 0.52 | 0.37 |
| Hex | 90 | 74 | 2D | 0 | 13 | 45 | 2C | 2B | 34 | 25 |
| Octal | 220 | 164 | 55 | 0 | 23 | 105 | 54 | 53 | 64 | 45 |
| Binary | 10010000 | 1110100 | 101101 | 0 | 10011 | 1000101 | 101100 | 101011 | 110100 | 100101 |
Color Harmonies of #90742D
Complementary color
Monochromatic Colors of #90742D
Black with #90742D
Text Example
Text Example
White with #90742D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90742D; }
p { color: rgb(144,116,45); }
H1.HeaderClassName
{
color: #90742D;
}
.AnyTagClassName
{
color: #90742D;
}
</style>
background-color css
<style>
a { background-color: #90742D; }
a { background-color: rgb(144,116,45); }
div.DivClassName
{
background-color: #90742D;
}
.BgClassName
{
background-color: #90742D;
}
</style>
border-color css
<style>
span { border-color: #90742D; }
span { border-color: rgb(144,116,45); }
td.TdClassName
{
border-color: #90742D;
}
.TagClassName
{
border-color: #90742D;
}
</style>