#85702A

Color #85702A Corn Harvest (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Corn Harvest #85702A

Tints of Corn Harvest #85702A

Color information

#85702A (or 0x85702A) is unknown color: approx Corn Harvest. HEX triplet: 85, 70 and 2A. RGB value is (133,112,42). Sum of RGB (Red+Green+Blue) = 133+112+42=287 (38% of max value = 765). Red value is 133 (52.34% from 255 or 46.34% from 287); Green value is 112 (44.14% from 255 or 39.02% from 287); Blue value is 42 (16.80% from 255 or 14.63% from 287); Max value from RGB is 133 - color contains mainly: red. Hex color #85702A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #85702A is #7A8FD5. Grayscale: #6E6E6E. Windows color (decimal): -8032214 or 2781317. OLE color: 2781317.

HSL color Cylindrical-coordinate representation of color #85702A: hue angle of 46.15º 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 #85702A is Cyan = 0, Magento = 0.16, Yellow = 0.68 and Black (K on CMYK) = 0.48.

Color convert

RGB13311242-
CMYK00.160.680.48
HSL46.15º52%34.31%-
HSV(B)46.15º68.42%52.16%-
XYZ15.8816.744.58-
YUV110.389.46144.19-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 133 (52.34% from 255) = 46.34%
GREEN value IS 112 (44.14% from 255) = 39.02%
BLUE value IS 42 (16.80% from 255) = 14.63%
R=46.34%
G=39.02%
B=14.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.68
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331124200.160.680.4846.155234.31
Hex85702A01044302e3422
Octal2051605202010460566442
Binary1000010111100001010100100001000100110000101110110100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85702A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85702A; }

 p { color: rgb(133,112,42); }

 H1.HeaderClassName
 {
   color: #85702A;
 }
 .AnyTagClassName
 {
   color: #85702A;
 }
</style>
background-color css

<style>
 a { background-color: #85702A; }

 a { background-color: rgb(133,112,42); }

 div.DivClassName
 {
   background-color: #85702A;
 }
 .BgClassName
 {
   background-color: #85702A;
 }
</style>
border-color css

<style>
 span { border-color: #85702A; }

 span { border-color: rgb(133,112,42); }

 td.TdClassName
 {
   border-color: #85702A;
 }
 .TagClassName
 {
   border-color: #85702A;
 }
</style>