Shades of Corn Harvest #91762D
Tints of Corn Harvest #91762D
RGB
CMYK
RGB Variations
Color information
#91762D (or 0x91762D) is known color: Corn Harvest. HEX triplet: 91, 76 and 2D. RGB value is (145,118,45). Sum of RGB (Red+Green+Blue) = 145+118+45=308 (40% of max value = 765). Red value is 145 (57.03% from 255 or 47.08% from 308); Green value is 118 (46.48% from 255 or 38.31% from 308); Blue value is 45 (17.97% from 255 or 14.61% from 308); Max value from RGB is 145 - color contains mainly: red. Hex color #91762D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #91762D is #6E89D2. Grayscale: #767676. Windows color (decimal): -7244243 or 2979473. OLE color: 2979473.
HSL color Cylindrical-coordinate representation of color #91762D: hue angle of 43.8º degrees, saturation: 0.53, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #91762D is Cyan = 0, Magento = 0.19, Yellow = 0.69 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 118 | 45 | - |
| CMYK | 0 | 0.19 | 0.69 | 0.43 |
| HSL | 43.8º | 0.53% | 0.37% | - |
| HSV(B) | 43.8º | 0.69% | 0.57% | - |
| XYZ | 18.63 | 19.17 | 5.2 | - |
| YUV | 117.75 | 86.95 | 147.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 118 | 45 | 0 | 0.19 | 0.69 | 0.43 | 43.8 | 0.53 | 0.37 |
| Hex | 91 | 76 | 2D | 0 | 13 | 45 | 2B | 2C | 35 | 25 |
| Octal | 221 | 166 | 55 | 0 | 23 | 105 | 53 | 54 | 65 | 45 |
| Binary | 10010001 | 1110110 | 101101 | 0 | 10011 | 1000101 | 101011 | 101100 | 110101 | 100101 |
Color Harmonies of #91762D
Complementary color
Monochromatic Colors of #91762D
Black with #91762D
Text Example
Text Example
White with #91762D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91762D; }
p { color: rgb(145,118,45); }
H1.HeaderClassName
{
color: #91762D;
}
.AnyTagClassName
{
color: #91762D;
}
</style>
background-color css
<style>
a { background-color: #91762D; }
a { background-color: rgb(145,118,45); }
div.DivClassName
{
background-color: #91762D;
}
.BgClassName
{
background-color: #91762D;
}
</style>
border-color css
<style>
span { border-color: #91762D; }
span { border-color: rgb(145,118,45); }
td.TdClassName
{
border-color: #91762D;
}
.TagClassName
{
border-color: #91762D;
}
</style>