Shades of Corn Harvest #92742A
Tints of Corn Harvest #92742A
RGB
CMYK
RGB Variations
Color information
#92742A (or 0x92742A) is known color: Corn Harvest. HEX triplet: 92, 74 and 2A. RGB value is (146,116,42). Sum of RGB (Red+Green+Blue) = 146+116+42=304 (40% of max value = 765). Red value is 146 (57.42% from 255 or 48.03% from 304); Green value is 116 (45.70% from 255 or 38.16% from 304); Blue value is 42 (16.80% from 255 or 13.82% from 304); Max value from RGB is 146 - color contains mainly: red. Hex color #92742A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #92742A is #6D8BD5. Grayscale: #747474. Windows color (decimal): -7179222 or 2782354. OLE color: 2782354.
HSL color Cylindrical-coordinate representation of color #92742A: hue angle of 42.69º degrees, saturation: 0.55, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #92742A is Cyan = 0, Magento = 0.21, Yellow = 0.71 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 116 | 42 | - |
| CMYK | 0 | 0.21 | 0.71 | 0.43 |
| HSL | 42.69º | 0.55% | 0.37% | - |
| HSV(B) | 42.69º | 0.71% | 0.57% | - |
| XYZ | 18.52 | 18.77 | 4.84 | - |
| YUV | 116.53 | 85.94 | 149.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 116 | 42 | 0 | 0.21 | 0.71 | 0.43 | 42.69 | 0.55 | 0.37 |
| Hex | 92 | 74 | 2A | 0 | 15 | 47 | 2B | 2B | 37 | 25 |
| Octal | 222 | 164 | 52 | 0 | 25 | 107 | 53 | 53 | 67 | 45 |
| Binary | 10010010 | 1110100 | 101010 | 0 | 10101 | 1000111 | 101011 | 101011 | 110111 | 100101 |
Color Harmonies of #92742A
Complementary color
Monochromatic Colors of #92742A
Black with #92742A
Text Example
Text Example
White with #92742A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92742A; }
p { color: rgb(146,116,42); }
H1.HeaderClassName
{
color: #92742A;
}
.AnyTagClassName
{
color: #92742A;
}
</style>
background-color css
<style>
a { background-color: #92742A; }
a { background-color: rgb(146,116,42); }
div.DivClassName
{
background-color: #92742A;
}
.BgClassName
{
background-color: #92742A;
}
</style>
border-color css
<style>
span { border-color: #92742A; }
span { border-color: rgb(146,116,42); }
td.TdClassName
{
border-color: #92742A;
}
.TagClassName
{
border-color: #92742A;
}
</style>