Shades of Corn Harvest #95752A
Tints of Corn Harvest #95752A
RGB
CMYK
RGB Variations
Color information
#95752A (or 0x95752A) is known color: Corn Harvest. HEX triplet: 95, 75 and 2A. RGB value is (149,117,42). Sum of RGB (Red+Green+Blue) = 149+117+42=308 (40% of max value = 765). Red value is 149 (58.59% from 255 or 48.38% from 308); Green value is 117 (46.09% from 255 or 37.99% from 308); Blue value is 42 (16.80% from 255 or 13.64% from 308); Max value from RGB is 149 - color contains mainly: red. Hex color #95752A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #95752A is #6A8AD5. Grayscale: #767676. Windows color (decimal): -6982358 or 2782613. OLE color: 2782613.
HSL color Cylindrical-coordinate representation of color #95752A: hue angle of 42.06º degrees, saturation: 0.56, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #95752A is Cyan = 0, Magento = 0.21, Yellow = 0.72 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 117 | 42 | - |
| CMYK | 0 | 0.21 | 0.72 | 0.42 |
| HSL | 42.06º | 0.56% | 0.37% | - |
| HSV(B) | 42.06º | 0.72% | 0.58% | - |
| XYZ | 19.17 | 19.28 | 4.9 | - |
| YUV | 118.02 | 85.1 | 150.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 117 | 42 | 0 | 0.21 | 0.72 | 0.42 | 42.06 | 0.56 | 0.37 |
| Hex | 95 | 75 | 2A | 0 | 15 | 48 | 2A | 2A | 38 | 25 |
| Octal | 225 | 165 | 52 | 0 | 25 | 110 | 52 | 52 | 70 | 45 |
| Binary | 10010101 | 1110101 | 101010 | 0 | 10101 | 1001000 | 101010 | 101010 | 111000 | 100101 |
Color Harmonies of #95752A
Complementary color
Monochromatic Colors of #95752A
Black with #95752A
Text Example
Text Example
White with #95752A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95752A; }
p { color: rgb(149,117,42); }
H1.HeaderClassName
{
color: #95752A;
}
.AnyTagClassName
{
color: #95752A;
}
</style>
background-color css
<style>
a { background-color: #95752A; }
a { background-color: rgb(149,117,42); }
div.DivClassName
{
background-color: #95752A;
}
.BgClassName
{
background-color: #95752A;
}
</style>
border-color css
<style>
span { border-color: #95752A; }
span { border-color: rgb(149,117,42); }
td.TdClassName
{
border-color: #95752A;
}
.TagClassName
{
border-color: #95752A;
}
</style>