Shades of Corn Harvest #94752D
Tints of Corn Harvest #94752D
RGB
CMYK
RGB Variations
Color information
#94752D (or 0x94752D) is known color: Corn Harvest. HEX triplet: 94, 75 and 2D. RGB value is (148,117,45). Sum of RGB (Red+Green+Blue) = 148+117+45=310 (41% of max value = 765). Red value is 148 (58.20% from 255 or 47.74% from 310); Green value is 117 (46.09% from 255 or 37.74% from 310); Blue value is 45 (17.97% from 255 or 14.52% from 310); Max value from RGB is 148 - color contains mainly: red. Hex color #94752D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #94752D is #6B8AD2. Grayscale: #767676. Windows color (decimal): -7047891 or 2979220. OLE color: 2979220.
HSL color Cylindrical-coordinate representation of color #94752D: hue angle of 41.94º 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 #94752D is Cyan = 0, Magento = 0.21, Yellow = 0.70 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 117 | 45 | - |
| CMYK | 0 | 0.21 | 0.70 | 0.42 |
| HSL | 41.94º | 0.53% | 0.38% | - |
| HSV(B) | 41.94º | 0.7% | 0.58% | - |
| XYZ | 19.05 | 19.21 | 5.19 | - |
| YUV | 118.06 | 86.77 | 149.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 117 | 45 | 0 | 0.21 | 0.70 | 0.42 | 41.94 | 0.53 | 0.38 |
| Hex | 94 | 75 | 2D | 0 | 15 | 46 | 2A | 2A | 35 | 26 |
| Octal | 224 | 165 | 55 | 0 | 25 | 106 | 52 | 52 | 65 | 46 |
| Binary | 10010100 | 1110101 | 101101 | 0 | 10101 | 1000110 | 101010 | 101010 | 110101 | 100110 |
Color Harmonies of #94752D
Complementary color
Monochromatic Colors of #94752D
Black with #94752D
Text Example
Text Example
White with #94752D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94752D; }
p { color: rgb(148,117,45); }
H1.HeaderClassName
{
color: #94752D;
}
.AnyTagClassName
{
color: #94752D;
}
</style>
background-color css
<style>
a { background-color: #94752D; }
a { background-color: rgb(148,117,45); }
div.DivClassName
{
background-color: #94752D;
}
.BgClassName
{
background-color: #94752D;
}
</style>
border-color css
<style>
span { border-color: #94752D; }
span { border-color: rgb(148,117,45); }
td.TdClassName
{
border-color: #94752D;
}
.TagClassName
{
border-color: #94752D;
}
</style>