Shades of Corn Harvest #91762C
Tints of Corn Harvest #91762C
RGB
CMYK
RGB Variations
Color information
#91762C (or 0x91762C) is known color: Corn Harvest. HEX triplet: 91, 76 and 2C. RGB value is (145,118,44). Sum of RGB (Red+Green+Blue) = 145+118+44=307 (40% of max value = 765). Red value is 145 (57.03% from 255 or 47.23% from 307); Green value is 118 (46.48% from 255 or 38.44% from 307); Blue value is 44 (17.58% from 255 or 14.33% from 307); Max value from RGB is 145 - color contains mainly: red. Hex color #91762C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #91762C is #6E89D3. Grayscale: #757575. Windows color (decimal): -7244244 or 2913937. OLE color: 2913937.
HSL color Cylindrical-coordinate representation of color #91762C: hue angle of 43.96º degrees, saturation: 0.53, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #91762C is Cyan = 0, Magento = 0.19, Yellow = 0.70 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 118 | 44 | - |
| CMYK | 0 | 0.19 | 0.70 | 0.43 |
| HSL | 43.96º | 0.53% | 0.37% | - |
| HSV(B) | 43.96º | 0.7% | 0.57% | - |
| XYZ | 18.61 | 19.16 | 5.1 | - |
| YUV | 117.64 | 86.45 | 147.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 118 | 44 | 0 | 0.19 | 0.70 | 0.43 | 43.96 | 0.53 | 0.37 |
| Hex | 91 | 76 | 2C | 0 | 13 | 46 | 2B | 2C | 35 | 25 |
| Octal | 221 | 166 | 54 | 0 | 23 | 106 | 53 | 54 | 65 | 45 |
| Binary | 10010001 | 1110110 | 101100 | 0 | 10011 | 1000110 | 101011 | 101100 | 110101 | 100101 |
Color Harmonies of #91762C
Complementary color
Monochromatic Colors of #91762C
Black with #91762C
Text Example
Text Example
White with #91762C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91762C; }
p { color: rgb(145,118,44); }
H1.HeaderClassName
{
color: #91762C;
}
.AnyTagClassName
{
color: #91762C;
}
</style>
background-color css
<style>
a { background-color: #91762C; }
a { background-color: rgb(145,118,44); }
div.DivClassName
{
background-color: #91762C;
}
.BgClassName
{
background-color: #91762C;
}
</style>
border-color css
<style>
span { border-color: #91762C; }
span { border-color: rgb(145,118,44); }
td.TdClassName
{
border-color: #91762C;
}
.TagClassName
{
border-color: #91762C;
}
</style>