Shades of Corn Harvest #92742B
Tints of Corn Harvest #92742B
RGB
CMYK
RGB Variations
Color information
#92742B (or 0x92742B) is known color: Corn Harvest. HEX triplet: 92, 74 and 2B. RGB value is (146,116,43). Sum of RGB (Red+Green+Blue) = 146+116+43=305 (40% of max value = 765). Red value is 146 (57.42% from 255 or 47.87% from 305); Green value is 116 (45.70% from 255 or 38.03% from 305); Blue value is 43 (17.19% from 255 or 14.10% from 305); Max value from RGB is 146 - color contains mainly: red. Hex color #92742B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #92742B is #6D8BD4. Grayscale: #747474. Windows color (decimal): -7179221 or 2847890. OLE color: 2847890.
HSL color Cylindrical-coordinate representation of color #92742B: hue angle of 42.52º degrees, saturation: 0.54, 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 #92742B is Cyan = 0, Magento = 0.21, Yellow = 0.71 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 116 | 43 | - |
| CMYK | 0 | 0.21 | 0.71 | 0.43 |
| HSL | 42.52º | 0.54% | 0.37% | - |
| HSV(B) | 42.52º | 0.71% | 0.57% | - |
| XYZ | 18.54 | 18.78 | 4.93 | - |
| YUV | 116.65 | 86.44 | 148.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 116 | 43 | 0 | 0.21 | 0.71 | 0.43 | 42.52 | 0.54 | 0.37 |
| Hex | 92 | 74 | 2B | 0 | 15 | 47 | 2B | 2B | 36 | 25 |
| Octal | 222 | 164 | 53 | 0 | 25 | 107 | 53 | 53 | 66 | 45 |
| Binary | 10010010 | 1110100 | 101011 | 0 | 10101 | 1000111 | 101011 | 101011 | 110110 | 100101 |
Color Harmonies of #92742B
Complementary color
Monochromatic Colors of #92742B
Black with #92742B
Text Example
Text Example
White with #92742B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92742B; }
p { color: rgb(146,116,43); }
H1.HeaderClassName
{
color: #92742B;
}
.AnyTagClassName
{
color: #92742B;
}
</style>
background-color css
<style>
a { background-color: #92742B; }
a { background-color: rgb(146,116,43); }
div.DivClassName
{
background-color: #92742B;
}
.BgClassName
{
background-color: #92742B;
}
</style>
border-color css
<style>
span { border-color: #92742B; }
span { border-color: rgb(146,116,43); }
td.TdClassName
{
border-color: #92742B;
}
.TagClassName
{
border-color: #92742B;
}
</style>