Shades of Corn Harvest #95752D
Tints of Corn Harvest #95752D
RGB
CMYK
RGB Variations
Color information
#95752D (or 0x95752D) is known color: Corn Harvest. HEX triplet: 95, 75 and 2D. RGB value is (149,117,45). Sum of RGB (Red+Green+Blue) = 149+117+45=311 (41% of max value = 765). Red value is 149 (58.59% from 255 or 47.91% from 311); Green value is 117 (46.09% from 255 or 37.62% from 311); Blue value is 45 (17.97% from 255 or 14.47% from 311); Max value from RGB is 149 - color contains mainly: red. Hex color #95752D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #95752D is #6A8AD2. Grayscale: #767676. Windows color (decimal): -6982355 or 2979221. OLE color: 2979221.
HSL color Cylindrical-coordinate representation of color #95752D: hue angle of 41.54º 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 #95752D is Cyan = 0, Magento = 0.21, Yellow = 0.70 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 117 | 45 | - |
| CMYK | 0 | 0.21 | 0.70 | 0.42 |
| HSL | 41.54º | 0.54% | 0.38% | - |
| HSV(B) | 41.54º | 0.7% | 0.58% | - |
| XYZ | 19.23 | 19.3 | 5.19 | - |
| YUV | 118.36 | 86.6 | 149.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 117 | 45 | 0 | 0.21 | 0.70 | 0.42 | 41.54 | 0.54 | 0.38 |
| Hex | 95 | 75 | 2D | 0 | 15 | 46 | 2A | 2A | 36 | 26 |
| Octal | 225 | 165 | 55 | 0 | 25 | 106 | 52 | 52 | 66 | 46 |
| Binary | 10010101 | 1110101 | 101101 | 0 | 10101 | 1000110 | 101010 | 101010 | 110110 | 100110 |
Color Harmonies of #95752D
Complementary color
Monochromatic Colors of #95752D
Black with #95752D
Text Example
Text Example
White with #95752D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95752D; }
p { color: rgb(149,117,45); }
H1.HeaderClassName
{
color: #95752D;
}
.AnyTagClassName
{
color: #95752D;
}
</style>
background-color css
<style>
a { background-color: #95752D; }
a { background-color: rgb(149,117,45); }
div.DivClassName
{
background-color: #95752D;
}
.BgClassName
{
background-color: #95752D;
}
</style>
border-color css
<style>
span { border-color: #95752D; }
span { border-color: rgb(149,117,45); }
td.TdClassName
{
border-color: #95752D;
}
.TagClassName
{
border-color: #95752D;
}
</style>