Shades of Corn Harvest #927A2B
Tints of Corn Harvest #927A2B
RGB
CMYK
RGB Variations
Color information
#927A2B (or 0x927A2B) is known color: Corn Harvest. HEX triplet: 92, 7A and 2B. RGB value is (146,122,43). Sum of RGB (Red+Green+Blue) = 146+122+43=311 (41% of max value = 765). Red value is 146 (57.42% from 255 or 46.95% from 311); Green value is 122 (48.05% from 255 or 39.23% from 311); Blue value is 43 (17.19% from 255 or 13.83% from 311); Max value from RGB is 146 - color contains mainly: red. Hex color #927A2B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #927A2B is #6D85D4. Grayscale: #787878. Windows color (decimal): -7177685 or 2849426. OLE color: 2849426.
HSL color Cylindrical-coordinate representation of color #927A2B: hue angle of 46.02º 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 #927A2B is Cyan = 0, Magento = 0.16, Yellow = 0.71 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 122 | 43 | - |
| CMYK | 0 | 0.16 | 0.71 | 0.43 |
| HSL | 46.02º | 0.54% | 0.37% | - |
| HSV(B) | 46.02º | 0.71% | 0.57% | - |
| XYZ | 19.25 | 20.2 | 5.17 | - |
| YUV | 120.17 | 84.45 | 146.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 122 | 43 | 0 | 0.16 | 0.71 | 0.43 | 46.02 | 0.54 | 0.37 |
| Hex | 92 | 7A | 2B | 0 | 10 | 47 | 2B | 2E | 36 | 25 |
| Octal | 222 | 172 | 53 | 0 | 20 | 107 | 53 | 56 | 66 | 45 |
| Binary | 10010010 | 1111010 | 101011 | 0 | 10000 | 1000111 | 101011 | 101110 | 110110 | 100101 |
Color Harmonies of #927A2B
Complementary color
Monochromatic Colors of #927A2B
Black with #927A2B
Text Example
Text Example
White with #927A2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #927A2B; }
p { color: rgb(146,122,43); }
H1.HeaderClassName
{
color: #927A2B;
}
.AnyTagClassName
{
color: #927A2B;
}
</style>
background-color css
<style>
a { background-color: #927A2B; }
a { background-color: rgb(146,122,43); }
div.DivClassName
{
background-color: #927A2B;
}
.BgClassName
{
background-color: #927A2B;
}
</style>
border-color css
<style>
span { border-color: #927A2B; }
span { border-color: rgb(146,122,43); }
td.TdClassName
{
border-color: #927A2B;
}
.TagClassName
{
border-color: #927A2B;
}
</style>