Shades of Corn Harvest #91741B
Tints of Corn Harvest #91741B
RGB
CMYK
RGB Variations
Color information
#91741B (or 0x91741B) is known color: Corn Harvest. HEX triplet: 91, 74 and 1B. RGB value is (145,116,27). Sum of RGB (Red+Green+Blue) = 145+116+27=288 (38% of max value = 765). Red value is 145 (57.03% from 255 or 50.35% from 288); Green value is 116 (45.70% from 255 or 40.28% from 288); Blue value is 27 (10.94% from 255 or 9.38% from 288); Max value from RGB is 145 - color contains mainly: red. Hex color #91741B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #91741B is #6E8BE4. Grayscale: #727272. Windows color (decimal): -7244773 or 1799313. OLE color: 1799313.
HSL color Cylindrical-coordinate representation of color #91741B: hue angle of 45.25º degrees, saturation: 0.69, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #91741B is Cyan = 0, Magento = 0.2, Yellow = 0.81 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 116 | 27 | - |
| CMYK | 0 | 0.2 | 0.81 | 0.43 |
| HSL | 45.25º | 0.69% | 0.34% | - |
| HSV(B) | 45.25º | 0.81% | 0.57% | - |
| XYZ | 18.12 | 18.59 | 3.67 | - |
| YUV | 114.53 | 78.61 | 149.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 116 | 27 | 0 | 0.2 | 0.81 | 0.43 | 45.25 | 0.69 | 0.34 |
| Hex | 91 | 74 | 1B | 0 | 14 | 51 | 2B | 2D | 45 | 22 |
| Octal | 221 | 164 | 33 | 0 | 24 | 121 | 53 | 55 | 105 | 42 |
| Binary | 10010001 | 1110100 | 11011 | 0 | 10100 | 1010001 | 101011 | 101101 | 1000101 | 100010 |
Color Harmonies of #91741B
Complementary color
Monochromatic Colors of #91741B
Black with #91741B
Text Example
Text Example
White with #91741B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91741B; }
p { color: rgb(145,116,27); }
H1.HeaderClassName
{
color: #91741B;
}
.AnyTagClassName
{
color: #91741B;
}
</style>
background-color css
<style>
a { background-color: #91741B; }
a { background-color: rgb(145,116,27); }
div.DivClassName
{
background-color: #91741B;
}
.BgClassName
{
background-color: #91741B;
}
</style>
border-color css
<style>
span { border-color: #91741B; }
span { border-color: rgb(145,116,27); }
td.TdClassName
{
border-color: #91741B;
}
.TagClassName
{
border-color: #91741B;
}
</style>