Shades of Corn Harvest #94722D
Tints of Corn Harvest #94722D
RGB
CMYK
RGB Variations
Color information
#94722D (or 0x94722D) is known color: Corn Harvest. HEX triplet: 94, 72 and 2D. RGB value is (148,114,45). Sum of RGB (Red+Green+Blue) = 148+114+45=307 (40% of max value = 765). Red value is 148 (58.20% from 255 or 48.21% from 307); Green value is 114 (44.92% from 255 or 37.13% from 307); Blue value is 45 (17.97% from 255 or 14.66% from 307); Max value from RGB is 148 - color contains mainly: red. Hex color #94722D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #94722D is #6B8DD2. Grayscale: #747474. Windows color (decimal): -7048659 or 2978452. OLE color: 2978452.
HSL color Cylindrical-coordinate representation of color #94722D: hue angle of 40.19º 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 #94722D is Cyan = 0, Magento = 0.23, Yellow = 0.70 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 114 | 45 | - |
| CMYK | 0 | 0.23 | 0.70 | 0.42 |
| HSL | 40.19º | 0.53% | 0.38% | - |
| HSV(B) | 40.19º | 0.7% | 0.58% | - |
| XYZ | 18.7 | 18.52 | 5.07 | - |
| YUV | 116.3 | 87.76 | 150.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 114 | 45 | 0 | 0.23 | 0.70 | 0.42 | 40.19 | 0.53 | 0.38 |
| Hex | 94 | 72 | 2D | 0 | 17 | 46 | 2A | 28 | 35 | 26 |
| Octal | 224 | 162 | 55 | 0 | 27 | 106 | 52 | 50 | 65 | 46 |
| Binary | 10010100 | 1110010 | 101101 | 0 | 10111 | 1000110 | 101010 | 101000 | 110101 | 100110 |
Color Harmonies of #94722D
Complementary color
Monochromatic Colors of #94722D
Black with #94722D
Text Example
Text Example
White with #94722D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94722D; }
p { color: rgb(148,114,45); }
H1.HeaderClassName
{
color: #94722D;
}
.AnyTagClassName
{
color: #94722D;
}
</style>
background-color css
<style>
a { background-color: #94722D; }
a { background-color: rgb(148,114,45); }
div.DivClassName
{
background-color: #94722D;
}
.BgClassName
{
background-color: #94722D;
}
</style>
border-color css
<style>
span { border-color: #94722D; }
span { border-color: rgb(148,114,45); }
td.TdClassName
{
border-color: #94722D;
}
.TagClassName
{
border-color: #94722D;
}
</style>