Shades of Corn Harvest #95762E
Tints of Corn Harvest #95762E
RGB
CMYK
RGB Variations
Color information
#95762E (or 0x95762E) is known color: Corn Harvest. HEX triplet: 95, 76 and 2E. RGB value is (149,118,46). Sum of RGB (Red+Green+Blue) = 149+118+46=313 (41% of max value = 765). Red value is 149 (58.59% from 255 or 47.60% from 313); Green value is 118 (46.48% from 255 or 37.70% from 313); Blue value is 46 (18.36% from 255 or 14.70% from 313); Max value from RGB is 149 - color contains mainly: red. Hex color #95762E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #95762E is #6A89D1. Grayscale: #777777. Windows color (decimal): -6982098 or 3045013. OLE color: 3045013.
HSL color Cylindrical-coordinate representation of color #95762E: hue angle of 41.94º 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 #95762E is Cyan = 0, Magento = 0.21, Yellow = 0.69 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 118 | 46 | - |
| CMYK | 0 | 0.21 | 0.69 | 0.42 |
| HSL | 41.94º | 0.53% | 0.38% | - |
| HSV(B) | 41.94º | 0.69% | 0.58% | - |
| XYZ | 19.37 | 19.54 | 5.34 | - |
| YUV | 119.06 | 86.77 | 149.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 118 | 46 | 0 | 0.21 | 0.69 | 0.42 | 41.94 | 0.53 | 0.38 |
| Hex | 95 | 76 | 2E | 0 | 15 | 45 | 2A | 2A | 35 | 26 |
| Octal | 225 | 166 | 56 | 0 | 25 | 105 | 52 | 52 | 65 | 46 |
| Binary | 10010101 | 1110110 | 101110 | 0 | 10101 | 1000101 | 101010 | 101010 | 110101 | 100110 |
Color Harmonies of #95762E
Complementary color
Monochromatic Colors of #95762E
Black with #95762E
Text Example
Text Example
White with #95762E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95762E; }
p { color: rgb(149,118,46); }
H1.HeaderClassName
{
color: #95762E;
}
.AnyTagClassName
{
color: #95762E;
}
</style>
background-color css
<style>
a { background-color: #95762E; }
a { background-color: rgb(149,118,46); }
div.DivClassName
{
background-color: #95762E;
}
.BgClassName
{
background-color: #95762E;
}
</style>
border-color css
<style>
span { border-color: #95762E; }
span { border-color: rgb(149,118,46); }
td.TdClassName
{
border-color: #95762E;
}
.TagClassName
{
border-color: #95762E;
}
</style>