Shades of Corn Harvest #90701D
Tints of Corn Harvest #90701D
RGB
CMYK
RGB Variations
Color information
#90701D (or 0x90701D) is known color: Corn Harvest. HEX triplet: 90, 70 and 1D. RGB value is (144,112,29). Sum of RGB (Red+Green+Blue) = 144+112+29=285 (37% of max value = 765). Red value is 144 (56.64% from 255 or 50.53% from 285); Green value is 112 (44.14% from 255 or 39.30% from 285); Blue value is 29 (11.72% from 255 or 10.18% from 285); Max value from RGB is 144 - color contains mainly: red. Hex color #90701D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #90701D is #6F8FE2. Grayscale: #707070. Windows color (decimal): -7311331 or 1929360. OLE color: 1929360.
HSL color Cylindrical-coordinate representation of color #90701D: hue angle of 43.3º degrees, saturation: 0.66, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #90701D is Cyan = 0, Magento = 0.22, Yellow = 0.80 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 112 | 29 | - |
| CMYK | 0 | 0.22 | 0.80 | 0.44 |
| HSL | 43.3º | 0.66% | 0.34% | - |
| HSV(B) | 43.3º | 0.8% | 0.56% | - |
| XYZ | 17.52 | 17.61 | 3.64 | - |
| YUV | 112.11 | 81.1 | 150.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 112 | 29 | 0 | 0.22 | 0.80 | 0.44 | 43.3 | 0.66 | 0.34 |
| Hex | 90 | 70 | 1D | 0 | 16 | 50 | 2C | 2B | 42 | 22 |
| Octal | 220 | 160 | 35 | 0 | 26 | 120 | 54 | 53 | 102 | 42 |
| Binary | 10010000 | 1110000 | 11101 | 0 | 10110 | 1010000 | 101100 | 101011 | 1000010 | 100010 |
Color Harmonies of #90701D
Complementary color
Monochromatic Colors of #90701D
Black with #90701D
Text Example
Text Example
White with #90701D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90701D; }
p { color: rgb(144,112,29); }
H1.HeaderClassName
{
color: #90701D;
}
.AnyTagClassName
{
color: #90701D;
}
</style>
background-color css
<style>
a { background-color: #90701D; }
a { background-color: rgb(144,112,29); }
div.DivClassName
{
background-color: #90701D;
}
.BgClassName
{
background-color: #90701D;
}
</style>
border-color css
<style>
span { border-color: #90701D; }
span { border-color: rgb(144,112,29); }
td.TdClassName
{
border-color: #90701D;
}
.TagClassName
{
border-color: #90701D;
}
</style>