Shades of Corn Harvest #94762A
Tints of Corn Harvest #94762A
RGB
CMYK
RGB Variations
Color information
#94762A (or 0x94762A) is known color: Corn Harvest. HEX triplet: 94, 76 and 2A. RGB value is (148,118,42). Sum of RGB (Red+Green+Blue) = 148+118+42=308 (40% of max value = 765). Red value is 148 (58.20% from 255 or 48.05% from 308); Green value is 118 (46.48% from 255 or 38.31% from 308); Blue value is 42 (16.80% from 255 or 13.64% from 308); Max value from RGB is 148 - color contains mainly: red. Hex color #94762A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #94762A is #6B89D5. Grayscale: #767676. Windows color (decimal): -7047638 or 2782868. OLE color: 2782868.
HSL color Cylindrical-coordinate representation of color #94762A: hue angle of 43.02º degrees, saturation: 0.56, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #94762A is Cyan = 0, Magento = 0.20, Yellow = 0.72 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 118 | 42 | - |
| CMYK | 0 | 0.20 | 0.72 | 0.42 |
| HSL | 43.02º | 0.56% | 0.37% | - |
| HSV(B) | 43.02º | 0.72% | 0.58% | - |
| XYZ | 19.11 | 19.42 | 4.93 | - |
| YUV | 118.31 | 84.94 | 149.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 118 | 42 | 0 | 0.20 | 0.72 | 0.42 | 43.02 | 0.56 | 0.37 |
| Hex | 94 | 76 | 2A | 0 | 14 | 48 | 2A | 2B | 38 | 25 |
| Octal | 224 | 166 | 52 | 0 | 24 | 110 | 52 | 53 | 70 | 45 |
| Binary | 10010100 | 1110110 | 101010 | 0 | 10100 | 1001000 | 101010 | 101011 | 111000 | 100101 |
Color Harmonies of #94762A
Complementary color
Monochromatic Colors of #94762A
Black with #94762A
Text Example
Text Example
White with #94762A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94762A; }
p { color: rgb(148,118,42); }
H1.HeaderClassName
{
color: #94762A;
}
.AnyTagClassName
{
color: #94762A;
}
</style>
background-color css
<style>
a { background-color: #94762A; }
a { background-color: rgb(148,118,42); }
div.DivClassName
{
background-color: #94762A;
}
.BgClassName
{
background-color: #94762A;
}
</style>
border-color css
<style>
span { border-color: #94762A; }
span { border-color: rgb(148,118,42); }
td.TdClassName
{
border-color: #94762A;
}
.TagClassName
{
border-color: #94762A;
}
</style>