Shades of Corn Harvest #90741B
Tints of Corn Harvest #90741B
RGB
CMYK
RGB Variations
Color information
#90741B (or 0x90741B) is known color: Corn Harvest. HEX triplet: 90, 74 and 1B. RGB value is (144,116,27). Sum of RGB (Red+Green+Blue) = 144+116+27=287 (38% of max value = 765). Red value is 144 (56.64% from 255 or 50.17% from 287); Green value is 116 (45.70% from 255 or 40.42% from 287); Blue value is 27 (10.94% from 255 or 9.41% from 287); Max value from RGB is 144 - color contains mainly: red. Hex color #90741B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #90741B is #6F8BE4. Grayscale: #727272. Windows color (decimal): -7310309 or 1799312. OLE color: 1799312.
HSL color Cylindrical-coordinate representation of color #90741B: hue angle of 45.64º degrees, saturation: 0.68, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #90741B is Cyan = 0, Magento = 0.19, Yellow = 0.81 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 116 | 27 | - |
| CMYK | 0 | 0.19 | 0.81 | 0.44 |
| HSL | 45.64º | 0.68% | 0.34% | - |
| HSV(B) | 45.64º | 0.81% | 0.56% | - |
| XYZ | 17.94 | 18.5 | 3.66 | - |
| YUV | 114.23 | 78.78 | 149.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 116 | 27 | 0 | 0.19 | 0.81 | 0.44 | 45.64 | 0.68 | 0.34 |
| Hex | 90 | 74 | 1B | 0 | 13 | 51 | 2C | 2E | 44 | 22 |
| Octal | 220 | 164 | 33 | 0 | 23 | 121 | 54 | 56 | 104 | 42 |
| Binary | 10010000 | 1110100 | 11011 | 0 | 10011 | 1010001 | 101100 | 101110 | 1000100 | 100010 |
Color Harmonies of #90741B
Complementary color
Monochromatic Colors of #90741B
Black with #90741B
Text Example
Text Example
White with #90741B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90741B; }
p { color: rgb(144,116,27); }
H1.HeaderClassName
{
color: #90741B;
}
.AnyTagClassName
{
color: #90741B;
}
</style>
background-color css
<style>
a { background-color: #90741B; }
a { background-color: rgb(144,116,27); }
div.DivClassName
{
background-color: #90741B;
}
.BgClassName
{
background-color: #90741B;
}
</style>
border-color css
<style>
span { border-color: #90741B; }
span { border-color: rgb(144,116,27); }
td.TdClassName
{
border-color: #90741B;
}
.TagClassName
{
border-color: #90741B;
}
</style>