#85752E

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

Shades of Corn Harvest #85752E

Tints of Corn Harvest #85752E

Color information

#85752E (or 0x85752E) is unknown color: approx Corn Harvest. HEX triplet: 85, 75 and 2E. RGB value is (133,117,46). Sum of RGB (Red+Green+Blue) = 133+117+46=296 (39% of max value = 765). Red value is 133 (52.34% from 255 or 44.93% from 296); Green value is 117 (46.09% from 255 or 39.53% from 296); Blue value is 46 (18.36% from 255 or 15.54% from 296); Max value from RGB is 133 - color contains mainly: red. Hex color #85752E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #85752E is #7A8AD1. Grayscale: #717171. Windows color (decimal): -8030930 or 3044741. OLE color: 3044741.

HSL color Cylindrical-coordinate representation of color #85752E: hue angle of 48.97º degrees, saturation: 0.49, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #85752E is Cyan = 0, Magento = 0.12, Yellow = 0.65 and Black (K on CMYK) = 0.48.

Color convert

RGB13311746-
CMYK00.120.650.48
HSL48.97º48.6%35.1%-
HSV(B)48.97º65.41%52.16%-
XYZ16.5317.915.17-
YUV113.6989.8141.77-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 44.93%
GREEN value IS 117 (46.09% from 255) = 39.53%
BLUE value IS 46 (18.36% from 255) = 15.54%
R=44.93%
G=39.53%
B=15.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.65
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331174600.120.650.4848.9748.635.1
Hex85752E0C4130313123
Octal2051655601410160616143
Binary100001011110101101110011001000001110000110001110001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85752E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85752E; }

 p { color: rgb(133,117,46); }

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

<style>
 a { background-color: #85752E; }

 a { background-color: rgb(133,117,46); }

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

<style>
 span { border-color: #85752E; }

 span { border-color: rgb(133,117,46); }

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