Shades of Corn Harvest #947A31
Tints of Corn Harvest #947A31
RGB
CMYK
RGB Variations
Color information
#947A31 (or 0x947A31) is known color: Corn Harvest. HEX triplet: 94, 7A and 31. RGB value is (148,122,49). Sum of RGB (Red+Green+Blue) = 148+122+49=319 (42% of max value = 765). Red value is 148 (58.20% from 255 or 46.39% from 319); Green value is 122 (48.05% from 255 or 38.24% from 319); Blue value is 49 (19.53% from 255 or 15.36% from 319); Max value from RGB is 148 - color contains mainly: red. Hex color #947A31 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #947A31 is #6B85CE. Grayscale: #797979. Windows color (decimal): -7046607 or 3242644. OLE color: 3242644.
HSL color Cylindrical-coordinate representation of color #947A31: hue angle of 44.24º degrees, saturation: 0.5, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #947A31 is Cyan = 0, Magento = 0.18, Yellow = 0.67 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 122 | 49 | - |
| CMYK | 0 | 0.18 | 0.67 | 0.42 |
| HSL | 44.24º | 0.5% | 0.39% | - |
| HSV(B) | 44.24º | 0.67% | 0.58% | - |
| XYZ | 19.73 | 20.44 | 5.81 | - |
| YUV | 121.45 | 87.11 | 146.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 122 | 49 | 0 | 0.18 | 0.67 | 0.42 | 44.24 | 0.5 | 0.39 |
| Hex | 94 | 7A | 31 | 0 | 12 | 43 | 2A | 2C | 32 | 27 |
| Octal | 224 | 172 | 61 | 0 | 22 | 103 | 52 | 54 | 62 | 47 |
| Binary | 10010100 | 1111010 | 110001 | 0 | 10010 | 1000011 | 101010 | 101100 | 110010 | 100111 |
Color Harmonies of #947A31
Complementary color
Monochromatic Colors of #947A31
Black with #947A31
Text Example
Text Example
White with #947A31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #947A31; }
p { color: rgb(148,122,49); }
H1.HeaderClassName
{
color: #947A31;
}
.AnyTagClassName
{
color: #947A31;
}
</style>
background-color css
<style>
a { background-color: #947A31; }
a { background-color: rgb(148,122,49); }
div.DivClassName
{
background-color: #947A31;
}
.BgClassName
{
background-color: #947A31;
}
</style>
border-color css
<style>
span { border-color: #947A31; }
span { border-color: rgb(148,122,49); }
td.TdClassName
{
border-color: #947A31;
}
.TagClassName
{
border-color: #947A31;
}
</style>