#857137

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

Shades of Corn Harvest #857137

Tints of Corn Harvest #857137

Color information

#857137 (or 0x857137) is unknown color: approx Corn Harvest. HEX triplet: 85, 71 and 37. RGB value is (133,113,55). Sum of RGB (Red+Green+Blue) = 133+113+55=301 (39% of max value = 765). Red value is 133 (52.34% from 255 or 44.19% from 301); Green value is 113 (44.53% from 255 or 37.54% from 301); Blue value is 55 (21.88% from 255 or 18.27% from 301); Max value from RGB is 133 - color contains mainly: red. Hex color #857137 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #857137 is #7A8EC8. Grayscale: #707070. Windows color (decimal): -8031945 or 3633541. OLE color: 3633541.

HSL color Cylindrical-coordinate representation of color #857137: hue angle of 44.62º degrees, saturation: 0.41, 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 #857137 is Cyan = 0, Magento = 0.15, Yellow = 0.59 and Black (K on CMYK) = 0.48.

Color convert

RGB13311355-
CMYK00.150.590.48
HSL44.62º41.49%36.86%-
HSV(B)44.62º58.65%52.16%-
XYZ16.2717.076.05-
YUV112.3795.63142.72-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 44.19%
GREEN value IS 113 (44.53% from 255) = 37.54%
BLUE value IS 55 (21.88% from 255) = 18.27%
R=44.19%
G=37.54%
B=18.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.59
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331135500.150.590.4844.6241.4936.86
Hex8571370F3B302d2925
Octal205161670177360555145
Binary10000101111000111011101111111011110000101101101001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857137

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #857137; }

 p { color: rgb(133,113,55); }

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

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

 a { background-color: rgb(133,113,55); }

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

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

 span { border-color: rgb(133,113,55); }

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