#857738

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

Shades of Corn Harvest #857738

Tints of Corn Harvest #857738

Color information

#857738 (or 0x857738) is unknown color: approx Corn Harvest. HEX triplet: 85, 77 and 38. RGB value is (133,119,56). Sum of RGB (Red+Green+Blue) = 133+119+56=308 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.18% from 308); Green value is 119 (46.88% from 255 or 38.64% from 308); Blue value is 56 (22.27% from 255 or 18.18% from 308); Max value from RGB is 133 - color contains mainly: red. Hex color #857738 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #857738 is #7A88C7. Grayscale: #747474. Windows color (decimal): -8030408 or 3700613. OLE color: 3700613.

HSL color Cylindrical-coordinate representation of color #857738: hue angle of 49.09º degrees, saturation: 0.41, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #857738 is Cyan = 0, Magento = 0.11, Yellow = 0.58 and Black (K on CMYK) = 0.48.

Color convert

RGB13311956-
CMYK00.110.580.48
HSL49.09º40.74%37.06%-
HSV(B)49.09º57.89%52.16%-
XYZ16.9818.476.41-
YUV11694.14140.12-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 43.18%
GREEN value IS 119 (46.88% from 255) = 38.64%
BLUE value IS 56 (22.27% from 255) = 18.18%
R=43.18%
G=38.64%
B=18.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.58
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331195600.110.580.4849.0940.7437.06
Hex8577380B3A30312925
Octal205167700137260615145
Binary10000101111011111100001011111010110000110001101001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857738

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #857738; }

 p { color: rgb(133,119,56); }

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

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

 a { background-color: rgb(133,119,56); }

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

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

 span { border-color: rgb(133,119,56); }

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