Shades of Corn Harvest #957A2E
Tints of Corn Harvest #957A2E
RGB
CMYK
RGB Variations
Color information
#957A2E (or 0x957A2E) is known color: Corn Harvest. HEX triplet: 95, 7A and 2E. RGB value is (149,122,46). Sum of RGB (Red+Green+Blue) = 149+122+46=317 (41% of max value = 765). Red value is 149 (58.59% from 255 or 47.00% from 317); Green value is 122 (48.05% from 255 or 38.49% from 317); Blue value is 46 (18.36% from 255 or 14.51% from 317); Max value from RGB is 149 - color contains mainly: red. Hex color #957A2E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #957A2E is #6A85D1. Grayscale: #797979. Windows color (decimal): -6981074 or 3046037. OLE color: 3046037.
HSL color Cylindrical-coordinate representation of color #957A2E: hue angle of 44.27º degrees, saturation: 0.53, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #957A2E is Cyan = 0, Magento = 0.18, Yellow = 0.69 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 122 | 46 | - |
| CMYK | 0 | 0.18 | 0.69 | 0.42 |
| HSL | 44.27º | 0.53% | 0.38% | - |
| HSV(B) | 44.27º | 0.69% | 0.58% | - |
| XYZ | 19.85 | 20.51 | 5.5 | - |
| YUV | 121.41 | 85.45 | 147.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 122 | 46 | 0 | 0.18 | 0.69 | 0.42 | 44.27 | 0.53 | 0.38 |
| Hex | 95 | 7A | 2E | 0 | 12 | 45 | 2A | 2C | 35 | 26 |
| Octal | 225 | 172 | 56 | 0 | 22 | 105 | 52 | 54 | 65 | 46 |
| Binary | 10010101 | 1111010 | 101110 | 0 | 10010 | 1000101 | 101010 | 101100 | 110101 | 100110 |
Color Harmonies of #957A2E
Complementary color
Monochromatic Colors of #957A2E
Black with #957A2E
Text Example
Text Example
White with #957A2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #957A2E; }
p { color: rgb(149,122,46); }
H1.HeaderClassName
{
color: #957A2E;
}
.AnyTagClassName
{
color: #957A2E;
}
</style>
background-color css
<style>
a { background-color: #957A2E; }
a { background-color: rgb(149,122,46); }
div.DivClassName
{
background-color: #957A2E;
}
.BgClassName
{
background-color: #957A2E;
}
</style>
border-color css
<style>
span { border-color: #957A2E; }
span { border-color: rgb(149,122,46); }
td.TdClassName
{
border-color: #957A2E;
}
.TagClassName
{
border-color: #957A2E;
}
</style>