Shades of Corn Harvest #95762D
Tints of Corn Harvest #95762D
RGB
CMYK
RGB Variations
Color information
#95762D (or 0x95762D) is known color: Corn Harvest. HEX triplet: 95, 76 and 2D. RGB value is (149,118,45). Sum of RGB (Red+Green+Blue) = 149+118+45=312 (41% of max value = 765). Red value is 149 (58.59% from 255 or 47.76% from 312); Green value is 118 (46.48% from 255 or 37.82% from 312); Blue value is 45 (17.97% from 255 or 14.42% from 312); Max value from RGB is 149 - color contains mainly: red. Hex color #95762D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #95762D is #6A89D2. Grayscale: #777777. Windows color (decimal): -6982099 or 2979477. OLE color: 2979477.
HSL color Cylindrical-coordinate representation of color #95762D: hue angle of 42.12º 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 #95762D is Cyan = 0, Magento = 0.21, Yellow = 0.70 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 118 | 45 | - |
| CMYK | 0 | 0.21 | 0.70 | 0.42 |
| HSL | 42.12º | 0.54% | 0.38% | - |
| HSV(B) | 42.12º | 0.7% | 0.58% | - |
| XYZ | 19.35 | 19.54 | 5.23 | - |
| YUV | 118.95 | 86.27 | 149.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 118 | 45 | 0 | 0.21 | 0.70 | 0.42 | 42.12 | 0.54 | 0.38 |
| Hex | 95 | 76 | 2D | 0 | 15 | 46 | 2A | 2A | 36 | 26 |
| Octal | 225 | 166 | 55 | 0 | 25 | 106 | 52 | 52 | 66 | 46 |
| Binary | 10010101 | 1110110 | 101101 | 0 | 10101 | 1000110 | 101010 | 101010 | 110110 | 100110 |
Color Harmonies of #95762D
Complementary color
Monochromatic Colors of #95762D
Black with #95762D
Text Example
Text Example
White with #95762D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95762D; }
p { color: rgb(149,118,45); }
H1.HeaderClassName
{
color: #95762D;
}
.AnyTagClassName
{
color: #95762D;
}
</style>
background-color css
<style>
a { background-color: #95762D; }
a { background-color: rgb(149,118,45); }
div.DivClassName
{
background-color: #95762D;
}
.BgClassName
{
background-color: #95762D;
}
</style>
border-color css
<style>
span { border-color: #95762D; }
span { border-color: rgb(149,118,45); }
td.TdClassName
{
border-color: #95762D;
}
.TagClassName
{
border-color: #95762D;
}
</style>