Shades of Corn Harvest #85752C
Tints of Corn Harvest #85752C
RGB
CMYK
RGB Variations
Color information
#85752C (or 0x85752C) is known color: Corn Harvest. HEX triplet: 85, 75 and 2C. RGB value is (133,117,44). Sum of RGB (Red+Green+Blue) = 133+117+44=294 (38% of max value = 765). Red value is 133 (52.34% from 255 or 45.24% from 294); Green value is 117 (46.09% from 255 or 39.80% from 294); Blue value is 44 (17.58% from 255 or 14.97% from 294); Max value from RGB is 133 - color contains mainly: red. Hex color #85752C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #85752C is #7A8AD3. Grayscale: #717171. Windows color (decimal): -8030932 or 2913669. OLE color: 2913669.
HSL color Cylindrical-coordinate representation of color #85752C: hue angle of 49.21º degrees, saturation: 0.5, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #85752C is Cyan = 0, Magento = 0.12, Yellow = 0.67 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 117 | 44 | - |
| CMYK | 0 | 0.12 | 0.67 | 0.48 |
| HSL | 49.21º | 0.5% | 0.35% | - |
| HSV(B) | 49.21º | 0.67% | 0.52% | - |
| XYZ | 16.49 | 17.89 | 4.97 | - |
| YUV | 113.46 | 88.8 | 141.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 117 | 44 | 0 | 0.12 | 0.67 | 0.48 | 49.21 | 0.5 | 0.35 |
| Hex | 85 | 75 | 2C | 0 | C | 43 | 30 | 31 | 32 | 23 |
| Octal | 205 | 165 | 54 | 0 | 14 | 103 | 60 | 61 | 62 | 43 |
| Binary | 10000101 | 1110101 | 101100 | 0 | 1100 | 1000011 | 110000 | 110001 | 110010 | 100011 |
Color Harmonies of #85752C
Complementary color
Monochromatic Colors of #85752C
Black with #85752C
Text Example
Text Example
White with #85752C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85752C; }
p { color: rgb(133,117,44); }
H1.HeaderClassName
{
color: #85752C;
}
.AnyTagClassName
{
color: #85752C;
}
</style>
background-color css
<style>
a { background-color: #85752C; }
a { background-color: rgb(133,117,44); }
div.DivClassName
{
background-color: #85752C;
}
.BgClassName
{
background-color: #85752C;
}
</style>
border-color css
<style>
span { border-color: #85752C; }
span { border-color: rgb(133,117,44); }
td.TdClassName
{
border-color: #85752C;
}
.TagClassName
{
border-color: #85752C;
}
</style>