Shades of Corn Harvest #917A30
Tints of Corn Harvest #917A30
RGB
CMYK
RGB Variations
Color information
#917A30 (or 0x917A30) is known color: Corn Harvest. HEX triplet: 91, 7A and 30. RGB value is (145,122,48). Sum of RGB (Red+Green+Blue) = 145+122+48=315 (41% of max value = 765). Red value is 145 (57.03% from 255 or 46.03% from 315); Green value is 122 (48.05% from 255 or 38.73% from 315); Blue value is 48 (19.14% from 255 or 15.24% from 315); Max value from RGB is 145 - color contains mainly: red. Hex color #917A30 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #917A30 is #6E85CF. Grayscale: #787878. Windows color (decimal): -7243216 or 3177105. OLE color: 3177105.
HSL color Cylindrical-coordinate representation of color #917A30: hue angle of 45.77º degrees, saturation: 0.5, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #917A30 is Cyan = 0, Magento = 0.16, Yellow = 0.67 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 122 | 48 | - |
| CMYK | 0 | 0.16 | 0.67 | 0.43 |
| HSL | 45.77º | 0.5% | 0.38% | - |
| HSV(B) | 45.77º | 0.67% | 0.57% | - |
| XYZ | 19.17 | 20.15 | 5.68 | - |
| YUV | 120.44 | 87.12 | 145.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 122 | 48 | 0 | 0.16 | 0.67 | 0.43 | 45.77 | 0.5 | 0.38 |
| Hex | 91 | 7A | 30 | 0 | 10 | 43 | 2B | 2E | 32 | 26 |
| Octal | 221 | 172 | 60 | 0 | 20 | 103 | 53 | 56 | 62 | 46 |
| Binary | 10010001 | 1111010 | 110000 | 0 | 10000 | 1000011 | 101011 | 101110 | 110010 | 100110 |
Color Harmonies of #917A30
Complementary color
Monochromatic Colors of #917A30
Black with #917A30
Text Example
Text Example
White with #917A30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #917A30; }
p { color: rgb(145,122,48); }
H1.HeaderClassName
{
color: #917A30;
}
.AnyTagClassName
{
color: #917A30;
}
</style>
background-color css
<style>
a { background-color: #917A30; }
a { background-color: rgb(145,122,48); }
div.DivClassName
{
background-color: #917A30;
}
.BgClassName
{
background-color: #917A30;
}
</style>
border-color css
<style>
span { border-color: #917A30; }
span { border-color: rgb(145,122,48); }
td.TdClassName
{
border-color: #917A30;
}
.TagClassName
{
border-color: #917A30;
}
</style>