Shades of Corn Harvest #91752C
Tints of Corn Harvest #91752C
RGB
CMYK
RGB Variations
Color information
#91752C (or 0x91752C) is known color: Corn Harvest. HEX triplet: 91, 75 and 2C. RGB value is (145,117,44). Sum of RGB (Red+Green+Blue) = 145+117+44=306 (40% of max value = 765). Red value is 145 (57.03% from 255 or 47.39% from 306); Green value is 117 (46.09% from 255 or 38.24% from 306); Blue value is 44 (17.58% from 255 or 14.38% from 306); Max value from RGB is 145 - color contains mainly: red. Hex color #91752C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #91752C is #6E8AD3. Grayscale: #757575. Windows color (decimal): -7244500 or 2913681. OLE color: 2913681.
HSL color Cylindrical-coordinate representation of color #91752C: hue angle of 43.37º 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 #91752C is Cyan = 0, Magento = 0.19, Yellow = 0.70 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 117 | 44 | - |
| CMYK | 0 | 0.19 | 0.70 | 0.43 |
| HSL | 43.37º | 0.53% | 0.37% | - |
| HSV(B) | 43.37º | 0.7% | 0.57% | - |
| XYZ | 18.49 | 18.92 | 5.06 | - |
| YUV | 117.05 | 86.78 | 147.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 117 | 44 | 0 | 0.19 | 0.70 | 0.43 | 43.37 | 0.53 | 0.37 |
| Hex | 91 | 75 | 2C | 0 | 13 | 46 | 2B | 2B | 35 | 25 |
| Octal | 221 | 165 | 54 | 0 | 23 | 106 | 53 | 53 | 65 | 45 |
| Binary | 10010001 | 1110101 | 101100 | 0 | 10011 | 1000110 | 101011 | 101011 | 110101 | 100101 |
Color Harmonies of #91752C
Complementary color
Monochromatic Colors of #91752C
Black with #91752C
Text Example
Text Example
White with #91752C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91752C; }
p { color: rgb(145,117,44); }
H1.HeaderClassName
{
color: #91752C;
}
.AnyTagClassName
{
color: #91752C;
}
</style>
background-color css
<style>
a { background-color: #91752C; }
a { background-color: rgb(145,117,44); }
div.DivClassName
{
background-color: #91752C;
}
.BgClassName
{
background-color: #91752C;
}
</style>
border-color css
<style>
span { border-color: #91752C; }
span { border-color: rgb(145,117,44); }
td.TdClassName
{
border-color: #91752C;
}
.TagClassName
{
border-color: #91752C;
}
</style>