Shades of Corn Harvest #927A3E
Tints of Corn Harvest #927A3E
RGB
CMYK
RGB Variations
Color information
#927A3E (or 0x927A3E) is known color: Corn Harvest. HEX triplet: 92, 7A and 3E. RGB value is (146,122,62). Sum of RGB (Red+Green+Blue) = 146+122+62=330 (43% of max value = 765). Red value is 146 (57.42% from 255 or 44.24% from 330); Green value is 122 (48.05% from 255 or 36.97% from 330); Blue value is 62 (24.61% from 255 or 18.79% from 330); Max value from RGB is 146 - color contains mainly: red. Hex color #927A3E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #927A3E is #6D85C1. Grayscale: #7A7A7A. Windows color (decimal): -7177666 or 4094610. OLE color: 4094610.
HSL color Cylindrical-coordinate representation of color #927A3E: hue angle of 42.86º degrees, saturation: 0.4, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #927A3E is Cyan = 0, Magento = 0.16, Yellow = 0.58 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 122 | 62 | - |
| CMYK | 0 | 0.16 | 0.58 | 0.43 |
| HSL | 42.86º | 0.4% | 0.41% | - |
| HSV(B) | 42.86º | 0.58% | 0.57% | - |
| XYZ | 19.68 | 20.38 | 7.45 | - |
| YUV | 122.34 | 93.95 | 144.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 122 | 62 | 0 | 0.16 | 0.58 | 0.43 | 42.86 | 0.4 | 0.41 |
| Hex | 92 | 7A | 3E | 0 | 10 | 3A | 2B | 2B | 28 | 29 |
| Octal | 222 | 172 | 76 | 0 | 20 | 72 | 53 | 53 | 50 | 51 |
| Binary | 10010010 | 1111010 | 111110 | 0 | 10000 | 111010 | 101011 | 101011 | 101000 | 101001 |
Color Harmonies of #927A3E
Complementary color
Monochromatic Colors of #927A3E
Black with #927A3E
Text Example
Text Example
White with #927A3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #927A3E; }
p { color: rgb(146,122,62); }
H1.HeaderClassName
{
color: #927A3E;
}
.AnyTagClassName
{
color: #927A3E;
}
</style>
background-color css
<style>
a { background-color: #927A3E; }
a { background-color: rgb(146,122,62); }
div.DivClassName
{
background-color: #927A3E;
}
.BgClassName
{
background-color: #927A3E;
}
</style>
border-color css
<style>
span { border-color: #927A3E; }
span { border-color: rgb(146,122,62); }
td.TdClassName
{
border-color: #927A3E;
}
.TagClassName
{
border-color: #927A3E;
}
</style>