Shades of Corn Harvest #91752F
Tints of Corn Harvest #91752F
RGB
CMYK
RGB Variations
Color information
#91752F (or 0x91752F) is known color: Corn Harvest. HEX triplet: 91, 75 and 2F. RGB value is (145,117,47). Sum of RGB (Red+Green+Blue) = 145+117+47=309 (40% of max value = 765). Red value is 145 (57.03% from 255 or 46.93% from 309); Green value is 117 (46.09% from 255 or 37.86% from 309); Blue value is 47 (18.75% from 255 or 15.21% from 309); Max value from RGB is 145 - color contains mainly: red. Hex color #91752F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #91752F is #6E8AD0. Grayscale: #757575. Windows color (decimal): -7244497 or 3110289. OLE color: 3110289.
HSL color Cylindrical-coordinate representation of color #91752F: hue angle of 42.86º degrees, saturation: 0.51, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #91752F is Cyan = 0, Magento = 0.19, Yellow = 0.68 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 117 | 47 | - |
| CMYK | 0 | 0.19 | 0.68 | 0.43 |
| HSL | 42.86º | 0.51% | 0.38% | - |
| HSV(B) | 42.86º | 0.68% | 0.57% | - |
| XYZ | 18.55 | 18.95 | 5.37 | - |
| YUV | 117.39 | 88.28 | 147.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 117 | 47 | 0 | 0.19 | 0.68 | 0.43 | 42.86 | 0.51 | 0.38 |
| Hex | 91 | 75 | 2F | 0 | 13 | 44 | 2B | 2B | 33 | 26 |
| Octal | 221 | 165 | 57 | 0 | 23 | 104 | 53 | 53 | 63 | 46 |
| Binary | 10010001 | 1110101 | 101111 | 0 | 10011 | 1000100 | 101011 | 101011 | 110011 | 100110 |
Color Harmonies of #91752F
Complementary color
Monochromatic Colors of #91752F
Black with #91752F
Text Example
Text Example
White with #91752F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91752F; }
p { color: rgb(145,117,47); }
H1.HeaderClassName
{
color: #91752F;
}
.AnyTagClassName
{
color: #91752F;
}
</style>
background-color css
<style>
a { background-color: #91752F; }
a { background-color: rgb(145,117,47); }
div.DivClassName
{
background-color: #91752F;
}
.BgClassName
{
background-color: #91752F;
}
</style>
border-color css
<style>
span { border-color: #91752F; }
span { border-color: rgb(145,117,47); }
td.TdClassName
{
border-color: #91752F;
}
.TagClassName
{
border-color: #91752F;
}
</style>