Shades of Corn Harvest #917A34
Tints of Corn Harvest #917A34
RGB
CMYK
RGB Variations
Color information
#917A34 (or 0x917A34) is known color: Corn Harvest. HEX triplet: 91, 7A and 34. RGB value is (145,122,52). Sum of RGB (Red+Green+Blue) = 145+122+52=319 (42% of max value = 765). Red value is 145 (57.03% from 255 or 45.45% from 319); Green value is 122 (48.05% from 255 or 38.24% from 319); Blue value is 52 (20.70% from 255 or 16.30% from 319); Max value from RGB is 145 - color contains mainly: red. Hex color #917A34 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #917A34 is #6E85CB. Grayscale: #797979. Windows color (decimal): -7243212 or 3439249. OLE color: 3439249.
HSL color Cylindrical-coordinate representation of color #917A34: hue angle of 45.16º degrees, saturation: 0.47, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #917A34 is Cyan = 0, Magento = 0.16, Yellow = 0.64 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 122 | 52 | - |
| CMYK | 0 | 0.16 | 0.64 | 0.43 |
| HSL | 45.16º | 0.47% | 0.39% | - |
| HSV(B) | 45.16º | 0.64% | 0.57% | - |
| XYZ | 19.26 | 20.19 | 6.13 | - |
| YUV | 120.9 | 89.12 | 145.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 122 | 52 | 0 | 0.16 | 0.64 | 0.43 | 45.16 | 0.47 | 0.39 |
| Hex | 91 | 7A | 34 | 0 | 10 | 40 | 2B | 2D | 2F | 27 |
| Octal | 221 | 172 | 64 | 0 | 20 | 100 | 53 | 55 | 57 | 47 |
| Binary | 10010001 | 1111010 | 110100 | 0 | 10000 | 1000000 | 101011 | 101101 | 101111 | 100111 |
Color Harmonies of #917A34
Complementary color
Monochromatic Colors of #917A34
Black with #917A34
Text Example
Text Example
White with #917A34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #917A34; }
p { color: rgb(145,122,52); }
H1.HeaderClassName
{
color: #917A34;
}
.AnyTagClassName
{
color: #917A34;
}
</style>
background-color css
<style>
a { background-color: #917A34; }
a { background-color: rgb(145,122,52); }
div.DivClassName
{
background-color: #917A34;
}
.BgClassName
{
background-color: #917A34;
}
</style>
border-color css
<style>
span { border-color: #917A34; }
span { border-color: rgb(145,122,52); }
td.TdClassName
{
border-color: #917A34;
}
.TagClassName
{
border-color: #917A34;
}
</style>