#857632

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

Shades of Corn Harvest #857632

Tints of Corn Harvest #857632

Color information

#857632 (or 0x857632) is unknown color: approx Corn Harvest. HEX triplet: 85, 76 and 32. RGB value is (133,118,50). Sum of RGB (Red+Green+Blue) = 133+118+50=301 (39% of max value = 765). Red value is 133 (52.34% from 255 or 44.19% from 301); Green value is 118 (46.48% from 255 or 39.20% from 301); Blue value is 50 (19.92% from 255 or 16.61% from 301); Max value from RGB is 133 - color contains mainly: red. Hex color #857632 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #857632 is #7A89CD. Grayscale: #737373. Windows color (decimal): -8030670 or 3307141. OLE color: 3307141.

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

Color convert

RGB13311850-
CMYK00.110.620.48
HSL49.16º45.36%35.88%-
HSV(B)49.16º62.41%52.16%-
XYZ16.7318.175.64-
YUV114.7391.47141.03-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 44.19%
GREEN value IS 118 (46.48% from 255) = 39.20%
BLUE value IS 50 (19.92% from 255) = 16.61%
R=44.19%
G=39.20%
B=16.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.62
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331185000.110.620.4849.1645.3635.88
Hex8576320B3E30312d24
Octal205166620137660615544
Binary10000101111011011001001011111110110000110001101101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857632

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #857632; }

 p { color: rgb(133,118,50); }

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

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

 a { background-color: rgb(133,118,50); }

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

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

 span { border-color: rgb(133,118,50); }

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