Shades of Corn Harvest #91762B
Tints of Corn Harvest #91762B
RGB
CMYK
RGB Variations
Color information
#91762B (or 0x91762B) is known color: Corn Harvest. HEX triplet: 91, 76 and 2B. RGB value is (145,118,43). Sum of RGB (Red+Green+Blue) = 145+118+43=306 (40% of max value = 765). Red value is 145 (57.03% from 255 or 47.39% from 306); Green value is 118 (46.48% from 255 or 38.56% from 306); Blue value is 43 (17.19% from 255 or 14.05% from 306); Max value from RGB is 145 - color contains mainly: red. Hex color #91762B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #91762B is #6E89D4. Grayscale: #757575. Windows color (decimal): -7244245 or 2848401. OLE color: 2848401.
HSL color Cylindrical-coordinate representation of color #91762B: hue angle of 44.12º degrees, saturation: 0.54, 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 #91762B is Cyan = 0, Magento = 0.19, Yellow = 0.70 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 118 | 43 | - |
| CMYK | 0 | 0.19 | 0.70 | 0.43 |
| HSL | 44.12º | 0.54% | 0.37% | - |
| HSV(B) | 44.12º | 0.7% | 0.57% | - |
| XYZ | 18.59 | 19.15 | 5 | - |
| YUV | 117.52 | 85.95 | 147.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 118 | 43 | 0 | 0.19 | 0.70 | 0.43 | 44.12 | 0.54 | 0.37 |
| Hex | 91 | 76 | 2B | 0 | 13 | 46 | 2B | 2C | 36 | 25 |
| Octal | 221 | 166 | 53 | 0 | 23 | 106 | 53 | 54 | 66 | 45 |
| Binary | 10010001 | 1110110 | 101011 | 0 | 10011 | 1000110 | 101011 | 101100 | 110110 | 100101 |
Color Harmonies of #91762B
Complementary color
Monochromatic Colors of #91762B
Black with #91762B
Text Example
Text Example
White with #91762B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91762B; }
p { color: rgb(145,118,43); }
H1.HeaderClassName
{
color: #91762B;
}
.AnyTagClassName
{
color: #91762B;
}
</style>
background-color css
<style>
a { background-color: #91762B; }
a { background-color: rgb(145,118,43); }
div.DivClassName
{
background-color: #91762B;
}
.BgClassName
{
background-color: #91762B;
}
</style>
border-color css
<style>
span { border-color: #91762B; }
span { border-color: rgb(145,118,43); }
td.TdClassName
{
border-color: #91762B;
}
.TagClassName
{
border-color: #91762B;
}
</style>