Shades of Corn Harvest #91772B
Tints of Corn Harvest #91772B
RGB
CMYK
RGB Variations
Color information
#91772B (or 0x91772B) is known color: Corn Harvest. HEX triplet: 91, 77 and 2B. RGB value is (145,119,43). Sum of RGB (Red+Green+Blue) = 145+119+43=307 (40% of max value = 765). Red value is 145 (57.03% from 255 or 47.23% from 307); Green value is 119 (46.88% from 255 or 38.76% from 307); Blue value is 43 (17.19% from 255 or 14.01% from 307); Max value from RGB is 145 - color contains mainly: red. Hex color #91772B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #91772B is #6E88D4. Grayscale: #767676. Windows color (decimal): -7243989 or 2848657. OLE color: 2848657.
HSL color Cylindrical-coordinate representation of color #91772B: hue angle of 44.71º 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 #91772B is Cyan = 0, Magento = 0.18, Yellow = 0.70 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 119 | 43 | - |
| CMYK | 0 | 0.18 | 0.70 | 0.43 |
| HSL | 44.71º | 0.54% | 0.37% | - |
| HSV(B) | 44.71º | 0.7% | 0.57% | - |
| XYZ | 18.71 | 19.39 | 5.04 | - |
| YUV | 118.11 | 85.61 | 147.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 119 | 43 | 0 | 0.18 | 0.70 | 0.43 | 44.71 | 0.54 | 0.37 |
| Hex | 91 | 77 | 2B | 0 | 12 | 46 | 2B | 2D | 36 | 25 |
| Octal | 221 | 167 | 53 | 0 | 22 | 106 | 53 | 55 | 66 | 45 |
| Binary | 10010001 | 1110111 | 101011 | 0 | 10010 | 1000110 | 101011 | 101101 | 110110 | 100101 |
Color Harmonies of #91772B
Complementary color
Monochromatic Colors of #91772B
Black with #91772B
Text Example
Text Example
White with #91772B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91772B; }
p { color: rgb(145,119,43); }
H1.HeaderClassName
{
color: #91772B;
}
.AnyTagClassName
{
color: #91772B;
}
</style>
background-color css
<style>
a { background-color: #91772B; }
a { background-color: rgb(145,119,43); }
div.DivClassName
{
background-color: #91772B;
}
.BgClassName
{
background-color: #91772B;
}
</style>
border-color css
<style>
span { border-color: #91772B; }
span { border-color: rgb(145,119,43); }
td.TdClassName
{
border-color: #91772B;
}
.TagClassName
{
border-color: #91772B;
}
</style>