Shades of Corn Harvest #917A2F
Tints of Corn Harvest #917A2F
RGB
CMYK
RGB Variations
Color information
#917A2F (or 0x917A2F) is known color: Corn Harvest. HEX triplet: 91, 7A and 2F. RGB value is (145,122,47). Sum of RGB (Red+Green+Blue) = 145+122+47=314 (41% of max value = 765). Red value is 145 (57.03% from 255 or 46.18% from 314); Green value is 122 (48.05% from 255 or 38.85% from 314); Blue value is 47 (18.75% from 255 or 14.97% from 314); Max value from RGB is 145 - color contains mainly: red. Hex color #917A2F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #917A2F is #6E85D0. Grayscale: #787878. Windows color (decimal): -7243217 or 3111569. OLE color: 3111569.
HSL color Cylindrical-coordinate representation of color #917A2F: hue angle of 45.92º 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 #917A2F is Cyan = 0, Magento = 0.16, Yellow = 0.68 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 122 | 47 | - |
| CMYK | 0 | 0.16 | 0.68 | 0.43 |
| HSL | 45.92º | 0.51% | 0.38% | - |
| HSV(B) | 45.92º | 0.68% | 0.57% | - |
| XYZ | 19.15 | 20.14 | 5.57 | - |
| YUV | 120.33 | 86.62 | 145.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 122 | 47 | 0 | 0.16 | 0.68 | 0.43 | 45.92 | 0.51 | 0.38 |
| Hex | 91 | 7A | 2F | 0 | 10 | 44 | 2B | 2E | 33 | 26 |
| Octal | 221 | 172 | 57 | 0 | 20 | 104 | 53 | 56 | 63 | 46 |
| Binary | 10010001 | 1111010 | 101111 | 0 | 10000 | 1000100 | 101011 | 101110 | 110011 | 100110 |
Color Harmonies of #917A2F
Complementary color
Monochromatic Colors of #917A2F
Black with #917A2F
Text Example
Text Example
White with #917A2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #917A2F; }
p { color: rgb(145,122,47); }
H1.HeaderClassName
{
color: #917A2F;
}
.AnyTagClassName
{
color: #917A2F;
}
</style>
background-color css
<style>
a { background-color: #917A2F; }
a { background-color: rgb(145,122,47); }
div.DivClassName
{
background-color: #917A2F;
}
.BgClassName
{
background-color: #917A2F;
}
</style>
border-color css
<style>
span { border-color: #917A2F; }
span { border-color: rgb(145,122,47); }
td.TdClassName
{
border-color: #917A2F;
}
.TagClassName
{
border-color: #917A2F;
}
</style>