Shades of Corn Harvest #946F2D
Tints of Corn Harvest #946F2D
RGB
CMYK
RGB Variations
Color information
#946F2D (or 0x946F2D) is known color: Corn Harvest. HEX triplet: 94, 6F and 2D. RGB value is (148,111,45). Sum of RGB (Red+Green+Blue) = 148+111+45=304 (40% of max value = 765). Red value is 148 (58.20% from 255 or 48.68% from 304); Green value is 111 (43.75% from 255 or 36.51% from 304); Blue value is 45 (17.97% from 255 or 14.80% from 304); Max value from RGB is 148 - color contains mainly: red. Hex color #946F2D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #946F2D is #6B90D2. Grayscale: #727272. Windows color (decimal): -7049427 or 2977684. OLE color: 2977684.
HSL color Cylindrical-coordinate representation of color #946F2D: hue angle of 38.45º 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 #946F2D is Cyan = 0, Magento = 0.25, Yellow = 0.70 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 111 | 45 | - |
| CMYK | 0 | 0.25 | 0.70 | 0.42 |
| HSL | 38.45º | 0.53% | 0.38% | - |
| HSV(B) | 38.45º | 0.7% | 0.58% | - |
| XYZ | 18.37 | 17.85 | 4.96 | - |
| YUV | 114.54 | 88.76 | 151.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 111 | 45 | 0 | 0.25 | 0.70 | 0.42 | 38.45 | 0.53 | 0.38 |
| Hex | 94 | 6F | 2D | 0 | 19 | 46 | 2A | 26 | 35 | 26 |
| Octal | 224 | 157 | 55 | 0 | 31 | 106 | 52 | 46 | 65 | 46 |
| Binary | 10010100 | 1101111 | 101101 | 0 | 11001 | 1000110 | 101010 | 100110 | 110101 | 100110 |
Color Harmonies of #946F2D
Complementary color
Monochromatic Colors of #946F2D
Black with #946F2D
Text Example
Text Example
White with #946F2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #946F2D; }
p { color: rgb(148,111,45); }
H1.HeaderClassName
{
color: #946F2D;
}
.AnyTagClassName
{
color: #946F2D;
}
</style>
background-color css
<style>
a { background-color: #946F2D; }
a { background-color: rgb(148,111,45); }
div.DivClassName
{
background-color: #946F2D;
}
.BgClassName
{
background-color: #946F2D;
}
</style>
border-color css
<style>
span { border-color: #946F2D; }
span { border-color: rgb(148,111,45); }
td.TdClassName
{
border-color: #946F2D;
}
.TagClassName
{
border-color: #946F2D;
}
</style>