Shades of Corn Harvest #91762E
Tints of Corn Harvest #91762E
RGB
CMYK
RGB Variations
Color information
#91762E (or 0x91762E) is known color: Corn Harvest. HEX triplet: 91, 76 and 2E. RGB value is (145,118,46). Sum of RGB (Red+Green+Blue) = 145+118+46=309 (40% of max value = 765). Red value is 145 (57.03% from 255 or 46.93% from 309); Green value is 118 (46.48% from 255 or 38.19% from 309); Blue value is 46 (18.36% from 255 or 14.89% from 309); Max value from RGB is 145 - color contains mainly: red. Hex color #91762E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #91762E is #6E89D1. Grayscale: #767676. Windows color (decimal): -7244242 or 3045009. OLE color: 3045009.
HSL color Cylindrical-coordinate representation of color #91762E: hue angle of 43.64º degrees, saturation: 0.52, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #91762E is Cyan = 0, Magento = 0.19, Yellow = 0.68 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 118 | 46 | - |
| CMYK | 0 | 0.19 | 0.68 | 0.43 |
| HSL | 43.64º | 0.52% | 0.37% | - |
| HSV(B) | 43.64º | 0.68% | 0.57% | - |
| XYZ | 18.65 | 19.17 | 5.3 | - |
| YUV | 117.87 | 87.45 | 147.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 118 | 46 | 0 | 0.19 | 0.68 | 0.43 | 43.64 | 0.52 | 0.37 |
| Hex | 91 | 76 | 2E | 0 | 13 | 44 | 2B | 2C | 34 | 25 |
| Octal | 221 | 166 | 56 | 0 | 23 | 104 | 53 | 54 | 64 | 45 |
| Binary | 10010001 | 1110110 | 101110 | 0 | 10011 | 1000100 | 101011 | 101100 | 110100 | 100101 |
Color Harmonies of #91762E
Complementary color
Monochromatic Colors of #91762E
Black with #91762E
Text Example
Text Example
White with #91762E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91762E; }
p { color: rgb(145,118,46); }
H1.HeaderClassName
{
color: #91762E;
}
.AnyTagClassName
{
color: #91762E;
}
</style>
background-color css
<style>
a { background-color: #91762E; }
a { background-color: rgb(145,118,46); }
div.DivClassName
{
background-color: #91762E;
}
.BgClassName
{
background-color: #91762E;
}
</style>
border-color css
<style>
span { border-color: #91762E; }
span { border-color: rgb(145,118,46); }
td.TdClassName
{
border-color: #91762E;
}
.TagClassName
{
border-color: #91762E;
}
</style>