Shades of Corn Harvest #94792B
Tints of Corn Harvest #94792B
RGB
CMYK
RGB Variations
Color information
#94792B (or 0x94792B) is known color: Corn Harvest. HEX triplet: 94, 79 and 2B. RGB value is (148,121,43). Sum of RGB (Red+Green+Blue) = 148+121+43=312 (41% of max value = 765). Red value is 148 (58.20% from 255 or 47.44% from 312); Green value is 121 (47.66% from 255 or 38.78% from 312); Blue value is 43 (17.19% from 255 or 13.78% from 312); Max value from RGB is 148 - color contains mainly: red. Hex color #94792B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #94792B is #6B86D4. Grayscale: #787878. Windows color (decimal): -7046869 or 2849172. OLE color: 2849172.
HSL color Cylindrical-coordinate representation of color #94792B: hue angle of 44.57º degrees, saturation: 0.55, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #94792B is Cyan = 0, Magento = 0.18, Yellow = 0.71 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 121 | 43 | - |
| CMYK | 0 | 0.18 | 0.71 | 0.42 |
| HSL | 44.57º | 0.55% | 0.37% | - |
| HSV(B) | 44.57º | 0.71% | 0.58% | - |
| XYZ | 19.49 | 20.15 | 5.15 | - |
| YUV | 120.18 | 84.45 | 147.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 121 | 43 | 0 | 0.18 | 0.71 | 0.42 | 44.57 | 0.55 | 0.37 |
| Hex | 94 | 79 | 2B | 0 | 12 | 47 | 2A | 2D | 37 | 25 |
| Octal | 224 | 171 | 53 | 0 | 22 | 107 | 52 | 55 | 67 | 45 |
| Binary | 10010100 | 1111001 | 101011 | 0 | 10010 | 1000111 | 101010 | 101101 | 110111 | 100101 |
Color Harmonies of #94792B
Complementary color
Monochromatic Colors of #94792B
Black with #94792B
Text Example
Text Example
White with #94792B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94792B; }
p { color: rgb(148,121,43); }
H1.HeaderClassName
{
color: #94792B;
}
.AnyTagClassName
{
color: #94792B;
}
</style>
background-color css
<style>
a { background-color: #94792B; }
a { background-color: rgb(148,121,43); }
div.DivClassName
{
background-color: #94792B;
}
.BgClassName
{
background-color: #94792B;
}
</style>
border-color css
<style>
span { border-color: #94792B; }
span { border-color: rgb(148,121,43); }
td.TdClassName
{
border-color: #94792B;
}
.TagClassName
{
border-color: #94792B;
}
</style>