Shades of Corn Harvest #927A3C
Tints of Corn Harvest #927A3C
RGB
CMYK
RGB Variations
Color information
#927A3C (or 0x927A3C) is known color: Corn Harvest. HEX triplet: 92, 7A and 3C. RGB value is (146,122,60). Sum of RGB (Red+Green+Blue) = 146+122+60=328 (43% of max value = 765). Red value is 146 (57.42% from 255 or 44.51% from 328); Green value is 122 (48.05% from 255 or 37.20% from 328); Blue value is 60 (23.83% from 255 or 18.29% from 328); Max value from RGB is 146 - color contains mainly: red. Hex color #927A3C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #927A3C is #6D85C3. Grayscale: #7A7A7A. Windows color (decimal): -7177668 or 3963538. OLE color: 3963538.
HSL color Cylindrical-coordinate representation of color #927A3C: hue angle of 43.26º degrees, saturation: 0.42, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #927A3C is Cyan = 0, Magento = 0.16, Yellow = 0.59 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 122 | 60 | - |
| CMYK | 0 | 0.16 | 0.59 | 0.43 |
| HSL | 43.26º | 0.42% | 0.4% | - |
| HSV(B) | 43.26º | 0.59% | 0.57% | - |
| XYZ | 19.63 | 20.36 | 7.17 | - |
| YUV | 122.11 | 92.95 | 145.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 122 | 60 | 0 | 0.16 | 0.59 | 0.43 | 43.26 | 0.42 | 0.4 |
| Hex | 92 | 7A | 3C | 0 | 10 | 3B | 2B | 2B | 2A | 28 |
| Octal | 222 | 172 | 74 | 0 | 20 | 73 | 53 | 53 | 52 | 50 |
| Binary | 10010010 | 1111010 | 111100 | 0 | 10000 | 111011 | 101011 | 101011 | 101010 | 101000 |
Color Harmonies of #927A3C
Complementary color
Monochromatic Colors of #927A3C
Black with #927A3C
Text Example
Text Example
White with #927A3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #927A3C; }
p { color: rgb(146,122,60); }
H1.HeaderClassName
{
color: #927A3C;
}
.AnyTagClassName
{
color: #927A3C;
}
</style>
background-color css
<style>
a { background-color: #927A3C; }
a { background-color: rgb(146,122,60); }
div.DivClassName
{
background-color: #927A3C;
}
.BgClassName
{
background-color: #927A3C;
}
</style>
border-color css
<style>
span { border-color: #927A3C; }
span { border-color: rgb(146,122,60); }
td.TdClassName
{
border-color: #927A3C;
}
.TagClassName
{
border-color: #927A3C;
}
</style>