Shades of Corn Harvest #94702C
Tints of Corn Harvest #94702C
RGB
CMYK
RGB Variations
Color information
#94702C (or 0x94702C) is known color: Corn Harvest. HEX triplet: 94, 70 and 2C. RGB value is (148,112,44). Sum of RGB (Red+Green+Blue) = 148+112+44=304 (40% of max value = 765). Red value is 148 (58.20% from 255 or 48.68% from 304); Green value is 112 (44.14% from 255 or 36.84% from 304); Blue value is 44 (17.58% from 255 or 14.47% from 304); Max value from RGB is 148 - color contains mainly: red. Hex color #94702C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #94702C is #6B8FD3. Grayscale: #737373. Windows color (decimal): -7049172 or 2912404. OLE color: 2912404.
HSL color Cylindrical-coordinate representation of color #94702C: hue angle of 39.23º degrees, saturation: 0.54, 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 #94702C is Cyan = 0, Magento = 0.24, Yellow = 0.70 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 112 | 44 | - |
| CMYK | 0 | 0.24 | 0.70 | 0.42 |
| HSL | 39.23º | 0.54% | 0.38% | - |
| HSV(B) | 39.23º | 0.7% | 0.58% | - |
| XYZ | 18.46 | 18.07 | 4.9 | - |
| YUV | 115.01 | 87.93 | 151.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 112 | 44 | 0 | 0.24 | 0.70 | 0.42 | 39.23 | 0.54 | 0.38 |
| Hex | 94 | 70 | 2C | 0 | 18 | 46 | 2A | 27 | 36 | 26 |
| Octal | 224 | 160 | 54 | 0 | 30 | 106 | 52 | 47 | 66 | 46 |
| Binary | 10010100 | 1110000 | 101100 | 0 | 11000 | 1000110 | 101010 | 100111 | 110110 | 100110 |
Color Harmonies of #94702C
Complementary color
Monochromatic Colors of #94702C
Black with #94702C
Text Example
Text Example
White with #94702C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94702C; }
p { color: rgb(148,112,44); }
H1.HeaderClassName
{
color: #94702C;
}
.AnyTagClassName
{
color: #94702C;
}
</style>
background-color css
<style>
a { background-color: #94702C; }
a { background-color: rgb(148,112,44); }
div.DivClassName
{
background-color: #94702C;
}
.BgClassName
{
background-color: #94702C;
}
</style>
border-color css
<style>
span { border-color: #94702C; }
span { border-color: rgb(148,112,44); }
td.TdClassName
{
border-color: #94702C;
}
.TagClassName
{
border-color: #94702C;
}
</style>