Shades of Corn Harvest #91742F
Tints of Corn Harvest #91742F
RGB
CMYK
RGB Variations
Color information
#91742F (or 0x91742F) is known color: Corn Harvest. HEX triplet: 91, 74 and 2F. RGB value is (145,116,47). Sum of RGB (Red+Green+Blue) = 145+116+47=308 (40% of max value = 765). Red value is 145 (57.03% from 255 or 47.08% from 308); Green value is 116 (45.70% from 255 or 37.66% from 308); Blue value is 47 (18.75% from 255 or 15.26% from 308); Max value from RGB is 145 - color contains mainly: red. Hex color #91742F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #91742F is #6E8BD0. Grayscale: #757575. Windows color (decimal): -7244753 or 3110033. OLE color: 3110033.
HSL color Cylindrical-coordinate representation of color #91742F: hue angle of 42.24º 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 #91742F is Cyan = 0, Magento = 0.2, Yellow = 0.68 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 116 | 47 | - |
| CMYK | 0 | 0.2 | 0.68 | 0.43 |
| HSL | 42.24º | 0.51% | 0.38% | - |
| HSV(B) | 42.24º | 0.68% | 0.57% | - |
| XYZ | 18.44 | 18.72 | 5.33 | - |
| YUV | 116.81 | 88.61 | 148.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 116 | 47 | 0 | 0.2 | 0.68 | 0.43 | 42.24 | 0.51 | 0.38 |
| Hex | 91 | 74 | 2F | 0 | 14 | 44 | 2B | 2A | 33 | 26 |
| Octal | 221 | 164 | 57 | 0 | 24 | 104 | 53 | 52 | 63 | 46 |
| Binary | 10010001 | 1110100 | 101111 | 0 | 10100 | 1000100 | 101011 | 101010 | 110011 | 100110 |
Color Harmonies of #91742F
Complementary color
Monochromatic Colors of #91742F
Black with #91742F
Text Example
Text Example
White with #91742F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91742F; }
p { color: rgb(145,116,47); }
H1.HeaderClassName
{
color: #91742F;
}
.AnyTagClassName
{
color: #91742F;
}
</style>
background-color css
<style>
a { background-color: #91742F; }
a { background-color: rgb(145,116,47); }
div.DivClassName
{
background-color: #91742F;
}
.BgClassName
{
background-color: #91742F;
}
</style>
border-color css
<style>
span { border-color: #91742F; }
span { border-color: rgb(145,116,47); }
td.TdClassName
{
border-color: #91742F;
}
.TagClassName
{
border-color: #91742F;
}
</style>