#85753A

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

Shades of Corn Harvest #85753A

Tints of Corn Harvest #85753A

Color information

#85753A (or 0x85753A) is unknown color: approx Corn Harvest. HEX triplet: 85, 75 and 3A. RGB value is (133,117,58). Sum of RGB (Red+Green+Blue) = 133+117+58=308 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.18% from 308); Green value is 117 (46.09% from 255 or 37.99% from 308); Blue value is 58 (23.05% from 255 or 18.83% from 308); Max value from RGB is 133 - color contains mainly: red. Hex color #85753A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #85753A is #7A8AC5. Grayscale: #737373. Windows color (decimal): -8030918 or 3831173. OLE color: 3831173.

HSL color Cylindrical-coordinate representation of color #85753A: hue angle of 47.2º degrees, saturation: 0.39, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #85753A is Cyan = 0, Magento = 0.12, Yellow = 0.56 and Black (K on CMYK) = 0.48.

Color convert

RGB13311758-
CMYK00.120.560.48
HSL47.2º39.27%37.45%-
HSV(B)47.2º56.39%52.16%-
XYZ16.818.016.59-
YUV115.0695.8140.8-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 43.18%
GREEN value IS 117 (46.09% from 255) = 37.99%
BLUE value IS 58 (23.05% from 255) = 18.83%
R=43.18%
G=37.99%
B=18.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.56
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331175800.120.560.4847.239.2737.45
Hex85753A0C38302f2725
Octal205165720147060574745
Binary10000101111010111101001100111000110000101111100111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85753A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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