#85682B

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

Shades of Corn Harvest #85682B

Tints of Corn Harvest #85682B

Color information

#85682B (or 0x85682B) is unknown color: approx Corn Harvest. HEX triplet: 85, 68 and 2B. RGB value is (133,104,43). Sum of RGB (Red+Green+Blue) = 133+104+43=280 (37% of max value = 765). Red value is 133 (52.34% from 255 or 47.5% from 280); Green value is 104 (41.02% from 255 or 37.14% from 280); Blue value is 43 (17.19% from 255 or 15.36% from 280); Max value from RGB is 133 - color contains mainly: red. Hex color #85682B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #85682B is #7A97D4. Grayscale: #696969. Windows color (decimal): -8034261 or 2844805. OLE color: 2844805.

HSL color Cylindrical-coordinate representation of color #85682B: hue angle of 40.67º degrees, saturation: 0.51, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #85682B is Cyan = 0, Magento = 0.22, Yellow = 0.68 and Black (K on CMYK) = 0.48.

Color convert

RGB13310443-
CMYK00.220.680.48
HSL40.67º51.14%34.51%-
HSV(B)40.67º67.67%52.16%-
XYZ15.0615.064.4-
YUV105.7292.61147.46-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 47.5%
GREEN value IS 104 (41.02% from 255) = 37.14%
BLUE value IS 43 (17.19% from 255) = 15.36%
R=47.5%
G=37.14%
B=15.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.68
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331044300.220.680.4840.6751.1434.51
Hex85682B0164430293323
Octal2051505302610460516343
Binary1000010111010001010110101101000100110000101001110011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85682B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85682B; }

 p { color: rgb(133,104,43); }

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

<style>
 a { background-color: #85682B; }

 a { background-color: rgb(133,104,43); }

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

<style>
 span { border-color: #85682B; }

 span { border-color: rgb(133,104,43); }

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