Shades of Corn Harvest #94752E
Tints of Corn Harvest #94752E
RGB
CMYK
RGB Variations
Color information
#94752E (or 0x94752E) is known color: Corn Harvest. HEX triplet: 94, 75 and 2E. RGB value is (148,117,46). Sum of RGB (Red+Green+Blue) = 148+117+46=311 (41% of max value = 765). Red value is 148 (58.20% from 255 or 47.59% from 311); Green value is 117 (46.09% from 255 or 37.62% from 311); Blue value is 46 (18.36% from 255 or 14.79% from 311); Max value from RGB is 148 - color contains mainly: red. Hex color #94752E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #94752E is #6B8AD1. Grayscale: #767676. Windows color (decimal): -7047890 or 3044756. OLE color: 3044756.
HSL color Cylindrical-coordinate representation of color #94752E: hue angle of 41.76º degrees, saturation: 0.53, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #94752E is Cyan = 0, Magento = 0.21, Yellow = 0.69 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 117 | 46 | - |
| CMYK | 0 | 0.21 | 0.69 | 0.42 |
| HSL | 41.76º | 0.53% | 0.38% | - |
| HSV(B) | 41.76º | 0.69% | 0.58% | - |
| XYZ | 19.07 | 19.22 | 5.29 | - |
| YUV | 118.18 | 87.27 | 149.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 117 | 46 | 0 | 0.21 | 0.69 | 0.42 | 41.76 | 0.53 | 0.38 |
| Hex | 94 | 75 | 2E | 0 | 15 | 45 | 2A | 2A | 35 | 26 |
| Octal | 224 | 165 | 56 | 0 | 25 | 105 | 52 | 52 | 65 | 46 |
| Binary | 10010100 | 1110101 | 101110 | 0 | 10101 | 1000101 | 101010 | 101010 | 110101 | 100110 |
Color Harmonies of #94752E
Complementary color
Monochromatic Colors of #94752E
Black with #94752E
Text Example
Text Example
White with #94752E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94752E; }
p { color: rgb(148,117,46); }
H1.HeaderClassName
{
color: #94752E;
}
.AnyTagClassName
{
color: #94752E;
}
</style>
background-color css
<style>
a { background-color: #94752E; }
a { background-color: rgb(148,117,46); }
div.DivClassName
{
background-color: #94752E;
}
.BgClassName
{
background-color: #94752E;
}
</style>
border-color css
<style>
span { border-color: #94752E; }
span { border-color: rgb(148,117,46); }
td.TdClassName
{
border-color: #94752E;
}
.TagClassName
{
border-color: #94752E;
}
</style>