#85702B

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

Shades of Corn Harvest #85702B

Tints of Corn Harvest #85702B

Color information

#85702B (or 0x85702B) is unknown color: approx Corn Harvest. HEX triplet: 85, 70 and 2B. RGB value is (133,112,43). Sum of RGB (Red+Green+Blue) = 133+112+43=288 (38% of max value = 765). Red value is 133 (52.34% from 255 or 46.18% from 288); Green value is 112 (44.14% from 255 or 38.89% from 288); Blue value is 43 (17.19% from 255 or 14.93% from 288); Max value from RGB is 133 - color contains mainly: red. Hex color #85702B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #85702B is #7A8FD4. Grayscale: #6E6E6E. Windows color (decimal): -8032213 or 2846853. OLE color: 2846853.

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

Color convert

RGB13311243-
CMYK00.160.680.48
HSL46º51.14%34.51%-
HSV(B)46º67.67%52.16%-
XYZ15.916.754.68-
YUV110.4189.96144.11-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 46.18%
GREEN value IS 112 (44.14% from 255) = 38.89%
BLUE value IS 43 (17.19% from 255) = 14.93%
R=46.18%
G=38.89%
B=14.93%

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
Decimal1331124300.160.680.484651.1434.51
Hex85702B01044302e3323
Octal2051605302010460566343
Binary1000010111100001010110100001000100110000101110110011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85702B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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