#857536

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

Shades of Corn Harvest #857536

Tints of Corn Harvest #857536

Color information

#857536 (or 0x857536) is unknown color: approx Corn Harvest. HEX triplet: 85, 75 and 36. RGB value is (133,117,54). Sum of RGB (Red+Green+Blue) = 133+117+54=304 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.75% from 304); Green value is 117 (46.09% from 255 or 38.49% from 304); Blue value is 54 (21.48% from 255 or 17.76% from 304); Max value from RGB is 133 - color contains mainly: red. Hex color #857536 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #857536 is #7A8AC9. Grayscale: #727272. Windows color (decimal): -8030922 or 3569029. OLE color: 3569029.

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

Color convert

RGB13311754-
CMYK00.120.590.48
HSL47.85º42.25%36.67%-
HSV(B)47.85º59.4%52.16%-
XYZ16.717.986.08-
YUV114.693.8141.12-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 43.75%
GREEN value IS 117 (46.09% from 255) = 38.49%
BLUE value IS 54 (21.48% from 255) = 17.76%
R=43.75%
G=38.49%
B=17.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.59
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331175400.120.590.4847.8542.2536.67
Hex8575360C3B30302a25
Octal205165660147360605245
Binary10000101111010111011001100111011110000110000101010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857536

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #857536; }

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

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

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

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

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

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

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

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