Shades of Corn Harvest #85732A
Tints of Corn Harvest #85732A
RGB
CMYK
RGB Variations
Color information
#85732A (or 0x85732A) is known color: Corn Harvest. HEX triplet: 85, 73 and 2A. RGB value is (133,115,42). Sum of RGB (Red+Green+Blue) = 133+115+42=290 (38% of max value = 765). Red value is 133 (52.34% from 255 or 45.86% from 290); Green value is 115 (45.31% from 255 or 39.66% from 290); Blue value is 42 (16.80% from 255 or 14.48% from 290); Max value from RGB is 133 - color contains mainly: red. Hex color #85732A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #85732A is #7A8CD5. Grayscale: #707070. Windows color (decimal): -8031446 or 2782085. OLE color: 2782085.
HSL color Cylindrical-coordinate representation of color #85732A: hue angle of 48.13º degrees, saturation: 0.52, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #85732A is Cyan = 0, Magento = 0.14, Yellow = 0.68 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 115 | 42 | - |
| CMYK | 0 | 0.14 | 0.68 | 0.48 |
| HSL | 48.13º | 0.52% | 0.34% | - |
| HSV(B) | 48.13º | 0.68% | 0.52% | - |
| XYZ | 16.22 | 17.42 | 4.7 | - |
| YUV | 112.06 | 88.46 | 142.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 115 | 42 | 0 | 0.14 | 0.68 | 0.48 | 48.13 | 0.52 | 0.34 |
| Hex | 85 | 73 | 2A | 0 | E | 44 | 30 | 30 | 34 | 22 |
| Octal | 205 | 163 | 52 | 0 | 16 | 104 | 60 | 60 | 64 | 42 |
| Binary | 10000101 | 1110011 | 101010 | 0 | 1110 | 1000100 | 110000 | 110000 | 110100 | 100010 |
Color Harmonies of #85732A
Complementary color
Monochromatic Colors of #85732A
Black with #85732A
Text Example
Text Example
White with #85732A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85732A; }
p { color: rgb(133,115,42); }
H1.HeaderClassName
{
color: #85732A;
}
.AnyTagClassName
{
color: #85732A;
}
</style>
background-color css
<style>
a { background-color: #85732A; }
a { background-color: rgb(133,115,42); }
div.DivClassName
{
background-color: #85732A;
}
.BgClassName
{
background-color: #85732A;
}
</style>
border-color css
<style>
span { border-color: #85732A; }
span { border-color: rgb(133,115,42); }
td.TdClassName
{
border-color: #85732A;
}
.TagClassName
{
border-color: #85732A;
}
</style>