Shades of Corn Harvest #95742D
Tints of Corn Harvest #95742D
RGB
CMYK
RGB Variations
Color information
#95742D (or 0x95742D) is known color: Corn Harvest. HEX triplet: 95, 74 and 2D. RGB value is (149,116,45). Sum of RGB (Red+Green+Blue) = 149+116+45=310 (41% of max value = 765). Red value is 149 (58.59% from 255 or 48.06% from 310); Green value is 116 (45.70% from 255 or 37.42% from 310); Blue value is 45 (17.97% from 255 or 14.52% from 310); Max value from RGB is 149 - color contains mainly: red. Hex color #95742D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #95742D is #6A8BD2. Grayscale: #767676. Windows color (decimal): -6982611 or 2978965. OLE color: 2978965.
HSL color Cylindrical-coordinate representation of color #95742D: hue angle of 40.96º 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 #95742D is Cyan = 0, Magento = 0.22, Yellow = 0.70 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 116 | 45 | - |
| CMYK | 0 | 0.22 | 0.70 | 0.42 |
| HSL | 40.96º | 0.54% | 0.38% | - |
| HSV(B) | 40.96º | 0.7% | 0.58% | - |
| XYZ | 19.11 | 19.07 | 5.16 | - |
| YUV | 117.77 | 86.93 | 150.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 116 | 45 | 0 | 0.22 | 0.70 | 0.42 | 40.96 | 0.54 | 0.38 |
| Hex | 95 | 74 | 2D | 0 | 16 | 46 | 2A | 29 | 36 | 26 |
| Octal | 225 | 164 | 55 | 0 | 26 | 106 | 52 | 51 | 66 | 46 |
| Binary | 10010101 | 1110100 | 101101 | 0 | 10110 | 1000110 | 101010 | 101001 | 110110 | 100110 |
Color Harmonies of #95742D
Complementary color
Monochromatic Colors of #95742D
Black with #95742D
Text Example
Text Example
White with #95742D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95742D; }
p { color: rgb(149,116,45); }
H1.HeaderClassName
{
color: #95742D;
}
.AnyTagClassName
{
color: #95742D;
}
</style>
background-color css
<style>
a { background-color: #95742D; }
a { background-color: rgb(149,116,45); }
div.DivClassName
{
background-color: #95742D;
}
.BgClassName
{
background-color: #95742D;
}
</style>
border-color css
<style>
span { border-color: #95742D; }
span { border-color: rgb(149,116,45); }
td.TdClassName
{
border-color: #95742D;
}
.TagClassName
{
border-color: #95742D;
}
</style>