Shades of Corn Harvest #95772C
Tints of Corn Harvest #95772C
RGB
CMYK
RGB Variations
Color information
#95772C (or 0x95772C) is known color: Corn Harvest. HEX triplet: 95, 77 and 2C. RGB value is (149,119,44). Sum of RGB (Red+Green+Blue) = 149+119+44=312 (41% of max value = 765). Red value is 149 (58.59% from 255 or 47.76% from 312); Green value is 119 (46.88% from 255 or 38.14% from 312); Blue value is 44 (17.58% from 255 or 14.10% from 312); Max value from RGB is 149 - color contains mainly: red. Hex color #95772C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #95772C is #6A88D3. Grayscale: #777777. Windows color (decimal): -6981844 or 2914197. OLE color: 2914197.
HSL color Cylindrical-coordinate representation of color #95772C: hue angle of 42.86º degrees, saturation: 0.54, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #95772C is Cyan = 0, Magento = 0.20, Yellow = 0.70 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 119 | 44 | - |
| CMYK | 0 | 0.20 | 0.70 | 0.42 |
| HSL | 42.86º | 0.54% | 0.38% | - |
| HSV(B) | 42.86º | 0.7% | 0.58% | - |
| XYZ | 19.45 | 19.77 | 5.17 | - |
| YUV | 119.42 | 85.44 | 149.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 119 | 44 | 0 | 0.20 | 0.70 | 0.42 | 42.86 | 0.54 | 0.38 |
| Hex | 95 | 77 | 2C | 0 | 14 | 46 | 2A | 2B | 36 | 26 |
| Octal | 225 | 167 | 54 | 0 | 24 | 106 | 52 | 53 | 66 | 46 |
| Binary | 10010101 | 1110111 | 101100 | 0 | 10100 | 1000110 | 101010 | 101011 | 110110 | 100110 |
Color Harmonies of #95772C
Complementary color
Monochromatic Colors of #95772C
Black with #95772C
Text Example
Text Example
White with #95772C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95772C; }
p { color: rgb(149,119,44); }
H1.HeaderClassName
{
color: #95772C;
}
.AnyTagClassName
{
color: #95772C;
}
</style>
background-color css
<style>
a { background-color: #95772C; }
a { background-color: rgb(149,119,44); }
div.DivClassName
{
background-color: #95772C;
}
.BgClassName
{
background-color: #95772C;
}
</style>
border-color css
<style>
span { border-color: #95772C; }
span { border-color: rgb(149,119,44); }
td.TdClassName
{
border-color: #95772C;
}
.TagClassName
{
border-color: #95772C;
}
</style>