#857634

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

Shades of Corn Harvest #857634

Tints of Corn Harvest #857634

Color information

#857634 (or 0x857634) is unknown color: approx Corn Harvest. HEX triplet: 85, 76 and 34. RGB value is (133,118,52). Sum of RGB (Red+Green+Blue) = 133+118+52=303 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.89% from 303); Green value is 118 (46.48% from 255 or 38.94% from 303); Blue value is 52 (20.70% from 255 or 17.16% from 303); Max value from RGB is 133 - color contains mainly: red. Hex color #857634 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #857634 is #7A89CB. Grayscale: #737373. Windows color (decimal): -8030668 or 3438213. OLE color: 3438213.

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

Color convert

RGB13311852-
CMYK00.110.610.48
HSL48.89º43.78%36.27%-
HSV(B)48.89º60.9%52.16%-
XYZ16.7718.195.88-
YUV114.9692.47140.87-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 43.89%
GREEN value IS 118 (46.48% from 255) = 38.94%
BLUE value IS 52 (20.70% from 255) = 17.16%
R=43.89%
G=38.94%
B=17.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.61
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331185200.110.610.4848.8943.7836.27
Hex8576340B3D30312c24
Octal205166640137560615444
Binary10000101111011011010001011111101110000110001101100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857634

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #857634; }

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

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

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

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

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

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

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

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