Shades of Corn Harvest #85763C
Tints of Corn Harvest #85763C
RGB
CMYK
RGB Variations
Color information
#85763C (or 0x85763C) is known color: Corn Harvest. HEX triplet: 85, 76 and 3C. RGB value is (133,118,60). Sum of RGB (Red+Green+Blue) = 133+118+60=311 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.77% from 311); Green value is 118 (46.48% from 255 or 37.94% from 311); Blue value is 60 (23.83% from 255 or 19.29% from 311); Max value from RGB is 133 - color contains mainly: red. Hex color #85763C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #85763C is #7A89C3. Grayscale: #747474. Windows color (decimal): -8030660 or 3962501. OLE color: 3962501.
HSL color Cylindrical-coordinate representation of color #85763C: hue angle of 47.67º degrees, saturation: 0.38, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #85763C is Cyan = 0, Magento = 0.11, Yellow = 0.55 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 118 | 60 | - |
| CMYK | 0 | 0.11 | 0.55 | 0.48 |
| HSL | 47.67º | 0.38% | 0.38% | - |
| HSV(B) | 47.67º | 0.55% | 0.52% | - |
| XYZ | 16.97 | 18.27 | 6.91 | - |
| YUV | 115.87 | 96.47 | 140.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 118 | 60 | 0 | 0.11 | 0.55 | 0.48 | 47.67 | 0.38 | 0.38 |
| Hex | 85 | 76 | 3C | 0 | B | 37 | 30 | 30 | 26 | 26 |
| Octal | 205 | 166 | 74 | 0 | 13 | 67 | 60 | 60 | 46 | 46 |
| Binary | 10000101 | 1110110 | 111100 | 0 | 1011 | 110111 | 110000 | 110000 | 100110 | 100110 |
Color Harmonies of #85763C
Complementary color
Monochromatic Colors of #85763C
Black with #85763C
Text Example
Text Example
White with #85763C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85763C; }
p { color: rgb(133,118,60); }
H1.HeaderClassName
{
color: #85763C;
}
.AnyTagClassName
{
color: #85763C;
}
</style>
background-color css
<style>
a { background-color: #85763C; }
a { background-color: rgb(133,118,60); }
div.DivClassName
{
background-color: #85763C;
}
.BgClassName
{
background-color: #85763C;
}
</style>
border-color css
<style>
span { border-color: #85763C; }
span { border-color: rgb(133,118,60); }
td.TdClassName
{
border-color: #85763C;
}
.TagClassName
{
border-color: #85763C;
}
</style>