Shades of Corn Harvest #94762D
Tints of Corn Harvest #94762D
RGB
CMYK
RGB Variations
Color information
#94762D (or 0x94762D) is known color: Corn Harvest. HEX triplet: 94, 76 and 2D. RGB value is (148,118,45). Sum of RGB (Red+Green+Blue) = 148+118+45=311 (41% of max value = 765). Red value is 148 (58.20% from 255 or 47.59% from 311); Green value is 118 (46.48% from 255 or 37.94% from 311); Blue value is 45 (17.97% from 255 or 14.47% from 311); Max value from RGB is 148 - color contains mainly: red. Hex color #94762D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #94762D is #6B89D2. Grayscale: #767676. Windows color (decimal): -7047635 or 2979476. OLE color: 2979476.
HSL color Cylindrical-coordinate representation of color #94762D: hue angle of 42.52º degrees, saturation: 0.53, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #94762D is Cyan = 0, Magento = 0.20, Yellow = 0.70 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 118 | 45 | - |
| CMYK | 0 | 0.20 | 0.70 | 0.42 |
| HSL | 42.52º | 0.53% | 0.38% | - |
| HSV(B) | 42.52º | 0.7% | 0.58% | - |
| XYZ | 19.16 | 19.44 | 5.23 | - |
| YUV | 118.65 | 86.44 | 148.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 118 | 45 | 0 | 0.20 | 0.70 | 0.42 | 42.52 | 0.53 | 0.38 |
| Hex | 94 | 76 | 2D | 0 | 14 | 46 | 2A | 2B | 35 | 26 |
| Octal | 224 | 166 | 55 | 0 | 24 | 106 | 52 | 53 | 65 | 46 |
| Binary | 10010100 | 1110110 | 101101 | 0 | 10100 | 1000110 | 101010 | 101011 | 110101 | 100110 |
Color Harmonies of #94762D
Complementary color
Monochromatic Colors of #94762D
Black with #94762D
Text Example
Text Example
White with #94762D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94762D; }
p { color: rgb(148,118,45); }
H1.HeaderClassName
{
color: #94762D;
}
.AnyTagClassName
{
color: #94762D;
}
</style>
background-color css
<style>
a { background-color: #94762D; }
a { background-color: rgb(148,118,45); }
div.DivClassName
{
background-color: #94762D;
}
.BgClassName
{
background-color: #94762D;
}
</style>
border-color css
<style>
span { border-color: #94762D; }
span { border-color: rgb(148,118,45); }
td.TdClassName
{
border-color: #94762D;
}
.TagClassName
{
border-color: #94762D;
}
</style>