#85752C

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

Shades of Corn Harvest #85752C

Tints of Corn Harvest #85752C

Color information

#85752C (or 0x85752C) is unknown color: approx Corn Harvest. HEX triplet: 85, 75 and 2C. RGB value is (133,117,44). Sum of RGB (Red+Green+Blue) = 133+117+44=294 (38% of max value = 765). Red value is 133 (52.34% from 255 or 45.24% from 294); Green value is 117 (46.09% from 255 or 39.80% from 294); Blue value is 44 (17.58% from 255 or 14.97% from 294); Max value from RGB is 133 - color contains mainly: red. Hex color #85752C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #85752C is #7A8AD3. Grayscale: #717171. Windows color (decimal): -8030932 or 2913669. OLE color: 2913669.

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

Color convert

RGB13311744-
CMYK00.120.670.48
HSL49.21º50.28%34.71%-
HSV(B)49.21º66.92%52.16%-
XYZ16.4917.894.97-
YUV113.4688.8141.94-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 45.24%
GREEN value IS 117 (46.09% from 255) = 39.80%
BLUE value IS 44 (17.58% from 255) = 14.97%
R=45.24%
G=39.80%
B=14.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.67
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331174400.120.670.4849.2150.2834.71
Hex85752C0C4330313223
Octal2051655401410360616243
Binary100001011110101101100011001000011110000110001110010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85752C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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