Shades of Corn Harvest #85692A
Tints of Corn Harvest #85692A
RGB
CMYK
RGB Variations
Color information
#85692A (or 0x85692A) is known color: Corn Harvest. HEX triplet: 85, 69 and 2A. RGB value is (133,105,42). Sum of RGB (Red+Green+Blue) = 133+105+42=280 (37% of max value = 765). Red value is 133 (52.34% from 255 or 47.5% from 280); Green value is 105 (41.41% from 255 or 37.5% from 280); Blue value is 42 (16.80% from 255 or 15% from 280); Max value from RGB is 133 - color contains mainly: red. Hex color #85692A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #85692A is #7A96D5. Grayscale: #6A6A6A. Windows color (decimal): -8034006 or 2779525. OLE color: 2779525.
HSL color Cylindrical-coordinate representation of color #85692A: hue angle of 41.54º 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 #85692A is Cyan = 0, Magento = 0.21, Yellow = 0.68 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 105 | 42 | - |
| CMYK | 0 | 0.21 | 0.68 | 0.48 |
| HSL | 41.54º | 0.52% | 0.34% | - |
| HSV(B) | 41.54º | 0.68% | 0.52% | - |
| XYZ | 15.14 | 15.26 | 4.34 | - |
| YUV | 106.19 | 91.78 | 147.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 105 | 42 | 0 | 0.21 | 0.68 | 0.48 | 41.54 | 0.52 | 0.34 |
| Hex | 85 | 69 | 2A | 0 | 15 | 44 | 30 | 2A | 34 | 22 |
| Octal | 205 | 151 | 52 | 0 | 25 | 104 | 60 | 52 | 64 | 42 |
| Binary | 10000101 | 1101001 | 101010 | 0 | 10101 | 1000100 | 110000 | 101010 | 110100 | 100010 |
Color Harmonies of #85692A
Complementary color
Monochromatic Colors of #85692A
Black with #85692A
Text Example
Text Example
White with #85692A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85692A; }
p { color: rgb(133,105,42); }
H1.HeaderClassName
{
color: #85692A;
}
.AnyTagClassName
{
color: #85692A;
}
</style>
background-color css
<style>
a { background-color: #85692A; }
a { background-color: rgb(133,105,42); }
div.DivClassName
{
background-color: #85692A;
}
.BgClassName
{
background-color: #85692A;
}
</style>
border-color css
<style>
span { border-color: #85692A; }
span { border-color: rgb(133,105,42); }
td.TdClassName
{
border-color: #85692A;
}
.TagClassName
{
border-color: #85692A;
}
</style>