Shades of Corn Harvest #95792D
Tints of Corn Harvest #95792D
RGB
CMYK
RGB Variations
Color information
#95792D (or 0x95792D) is known color: Corn Harvest. HEX triplet: 95, 79 and 2D. RGB value is (149,121,45). Sum of RGB (Red+Green+Blue) = 149+121+45=315 (41% of max value = 765). Red value is 149 (58.59% from 255 or 47.30% from 315); Green value is 121 (47.66% from 255 or 38.41% from 315); Blue value is 45 (17.97% from 255 or 14.29% from 315); Max value from RGB is 149 - color contains mainly: red. Hex color #95792D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #95792D is #6A86D2. Grayscale: #797979. Windows color (decimal): -6981331 or 2980245. OLE color: 2980245.
HSL color Cylindrical-coordinate representation of color #95792D: hue angle of 43.85º 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 #95792D is Cyan = 0, Magento = 0.19, Yellow = 0.70 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 121 | 45 | - |
| CMYK | 0 | 0.19 | 0.70 | 0.42 |
| HSL | 43.85º | 0.54% | 0.38% | - |
| HSV(B) | 43.85º | 0.7% | 0.58% | - |
| XYZ | 19.71 | 20.25 | 5.35 | - |
| YUV | 120.71 | 85.28 | 148.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 121 | 45 | 0 | 0.19 | 0.70 | 0.42 | 43.85 | 0.54 | 0.38 |
| Hex | 95 | 79 | 2D | 0 | 13 | 46 | 2A | 2C | 36 | 26 |
| Octal | 225 | 171 | 55 | 0 | 23 | 106 | 52 | 54 | 66 | 46 |
| Binary | 10010101 | 1111001 | 101101 | 0 | 10011 | 1000110 | 101010 | 101100 | 110110 | 100110 |
Color Harmonies of #95792D
Complementary color
Monochromatic Colors of #95792D
Black with #95792D
Text Example
Text Example
White with #95792D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95792D; }
p { color: rgb(149,121,45); }
H1.HeaderClassName
{
color: #95792D;
}
.AnyTagClassName
{
color: #95792D;
}
</style>
background-color css
<style>
a { background-color: #95792D; }
a { background-color: rgb(149,121,45); }
div.DivClassName
{
background-color: #95792D;
}
.BgClassName
{
background-color: #95792D;
}
</style>
border-color css
<style>
span { border-color: #95792D; }
span { border-color: rgb(149,121,45); }
td.TdClassName
{
border-color: #95792D;
}
.TagClassName
{
border-color: #95792D;
}
</style>