Shades of Corn Harvest #85732C
Tints of Corn Harvest #85732C
RGB
CMYK
RGB Variations
Color information
#85732C (or 0x85732C) is known color: Corn Harvest. HEX triplet: 85, 73 and 2C. RGB value is (133,115,44). Sum of RGB (Red+Green+Blue) = 133+115+44=292 (38% of max value = 765). Red value is 133 (52.34% from 255 or 45.55% from 292); Green value is 115 (45.31% from 255 or 39.38% from 292); Blue value is 44 (17.58% from 255 or 15.07% from 292); Max value from RGB is 133 - color contains mainly: red. Hex color #85732C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #85732C is #7A8CD3. Grayscale: #707070. Windows color (decimal): -8031444 or 2913157. OLE color: 2913157.
HSL color Cylindrical-coordinate representation of color #85732C: hue angle of 47.87º 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 #85732C is Cyan = 0, Magento = 0.14, Yellow = 0.67 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 115 | 44 | - |
| CMYK | 0 | 0.14 | 0.67 | 0.48 |
| HSL | 47.87º | 0.5% | 0.35% | - |
| HSV(B) | 47.87º | 0.67% | 0.52% | - |
| XYZ | 16.26 | 17.43 | 4.89 | - |
| YUV | 112.29 | 89.46 | 142.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 115 | 44 | 0 | 0.14 | 0.67 | 0.48 | 47.87 | 0.5 | 0.35 |
| Hex | 85 | 73 | 2C | 0 | E | 43 | 30 | 30 | 32 | 23 |
| Octal | 205 | 163 | 54 | 0 | 16 | 103 | 60 | 60 | 62 | 43 |
| Binary | 10000101 | 1110011 | 101100 | 0 | 1110 | 1000011 | 110000 | 110000 | 110010 | 100011 |
Color Harmonies of #85732C
Complementary color
Monochromatic Colors of #85732C
Black with #85732C
Text Example
Text Example
White with #85732C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85732C; }
p { color: rgb(133,115,44); }
H1.HeaderClassName
{
color: #85732C;
}
.AnyTagClassName
{
color: #85732C;
}
</style>
background-color css
<style>
a { background-color: #85732C; }
a { background-color: rgb(133,115,44); }
div.DivClassName
{
background-color: #85732C;
}
.BgClassName
{
background-color: #85732C;
}
</style>
border-color css
<style>
span { border-color: #85732C; }
span { border-color: rgb(133,115,44); }
td.TdClassName
{
border-color: #85732C;
}
.TagClassName
{
border-color: #85732C;
}
</style>