Shades of Corn Harvest #92731D
Tints of Corn Harvest #92731D
RGB
CMYK
RGB Variations
Color information
#92731D (or 0x92731D) is known color: Corn Harvest. HEX triplet: 92, 73 and 1D. RGB value is (146,115,29). Sum of RGB (Red+Green+Blue) = 146+115+29=290 (38% of max value = 765). Red value is 146 (57.42% from 255 or 50.34% from 290); Green value is 115 (45.31% from 255 or 39.66% from 290); Blue value is 29 (11.72% from 255 or 10% from 290); Max value from RGB is 146 - color contains mainly: red. Hex color #92731D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #92731D is #6D8CE2. Grayscale: #727272. Windows color (decimal): -7179491 or 1930130. OLE color: 1930130.
HSL color Cylindrical-coordinate representation of color #92731D: hue angle of 44.1º degrees, saturation: 0.67, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #92731D is Cyan = 0, Magento = 0.21, Yellow = 0.80 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 115 | 29 | - |
| CMYK | 0 | 0.21 | 0.80 | 0.43 |
| HSL | 44.1º | 0.67% | 0.34% | - |
| HSV(B) | 44.1º | 0.8% | 0.57% | - |
| XYZ | 18.21 | 18.46 | 3.77 | - |
| YUV | 114.47 | 79.77 | 150.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 115 | 29 | 0 | 0.21 | 0.80 | 0.43 | 44.1 | 0.67 | 0.34 |
| Hex | 92 | 73 | 1D | 0 | 15 | 50 | 2B | 2C | 43 | 22 |
| Octal | 222 | 163 | 35 | 0 | 25 | 120 | 53 | 54 | 103 | 42 |
| Binary | 10010010 | 1110011 | 11101 | 0 | 10101 | 1010000 | 101011 | 101100 | 1000011 | 100010 |
Color Harmonies of #92731D
Complementary color
Monochromatic Colors of #92731D
Black with #92731D
Text Example
Text Example
White with #92731D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92731D; }
p { color: rgb(146,115,29); }
H1.HeaderClassName
{
color: #92731D;
}
.AnyTagClassName
{
color: #92731D;
}
</style>
background-color css
<style>
a { background-color: #92731D; }
a { background-color: rgb(146,115,29); }
div.DivClassName
{
background-color: #92731D;
}
.BgClassName
{
background-color: #92731D;
}
</style>
border-color css
<style>
span { border-color: #92731D; }
span { border-color: rgb(146,115,29); }
td.TdClassName
{
border-color: #92731D;
}
.TagClassName
{
border-color: #92731D;
}
</style>