Shades of Corn Harvest #90751A
Tints of Corn Harvest #90751A
RGB
CMYK
RGB Variations
Color information
#90751A (or 0x90751A) is known color: Corn Harvest. HEX triplet: 90, 75 and 1A. RGB value is (144,117,26). Sum of RGB (Red+Green+Blue) = 144+117+26=287 (38% of max value = 765). Red value is 144 (56.64% from 255 or 50.17% from 287); Green value is 117 (46.09% from 255 or 40.77% from 287); Blue value is 26 (10.55% from 255 or 9.06% from 287); Max value from RGB is 144 - color contains mainly: red. Hex color #90751A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #90751A is #6F8AE5. Grayscale: #737373. Windows color (decimal): -7310054 or 1734032. OLE color: 1734032.
HSL color Cylindrical-coordinate representation of color #90751A: hue angle of 46.27º degrees, saturation: 0.69, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #90751A is Cyan = 0, Magento = 0.19, Yellow = 0.82 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 117 | 26 | - |
| CMYK | 0 | 0.19 | 0.82 | 0.44 |
| HSL | 46.27º | 0.69% | 0.33% | - |
| HSV(B) | 46.27º | 0.82% | 0.56% | - |
| XYZ | 18.05 | 18.73 | 3.64 | - |
| YUV | 114.7 | 77.95 | 148.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 117 | 26 | 0 | 0.19 | 0.82 | 0.44 | 46.27 | 0.69 | 0.33 |
| Hex | 90 | 75 | 1A | 0 | 13 | 52 | 2C | 2E | 45 | 21 |
| Octal | 220 | 165 | 32 | 0 | 23 | 122 | 54 | 56 | 105 | 41 |
| Binary | 10010000 | 1110101 | 11010 | 0 | 10011 | 1010010 | 101100 | 101110 | 1000101 | 100001 |
Color Harmonies of #90751A
Complementary color
Monochromatic Colors of #90751A
Black with #90751A
Text Example
Text Example
White with #90751A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90751A; }
p { color: rgb(144,117,26); }
H1.HeaderClassName
{
color: #90751A;
}
.AnyTagClassName
{
color: #90751A;
}
</style>
background-color css
<style>
a { background-color: #90751A; }
a { background-color: rgb(144,117,26); }
div.DivClassName
{
background-color: #90751A;
}
.BgClassName
{
background-color: #90751A;
}
</style>
border-color css
<style>
span { border-color: #90751A; }
span { border-color: rgb(144,117,26); }
td.TdClassName
{
border-color: #90751A;
}
.TagClassName
{
border-color: #90751A;
}
</style>