#856F39

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

Shades of Corn Harvest #856F39

Tints of Corn Harvest #856F39

Color information

#856F39 (or 0x856F39) is unknown color: approx Corn Harvest. HEX triplet: 85, 6F and 39. RGB value is (133,111,57). Sum of RGB (Red+Green+Blue) = 133+111+57=301 (39% of max value = 765). Red value is 133 (52.34% from 255 or 44.19% from 301); Green value is 111 (43.75% from 255 or 36.88% from 301); Blue value is 57 (22.66% from 255 or 18.94% from 301); Max value from RGB is 133 - color contains mainly: red. Hex color #856F39 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #856F39 is #7A90C6. Grayscale: #6F6F6F. Windows color (decimal): -8032455 or 3764101. OLE color: 3764101.

HSL color Cylindrical-coordinate representation of color #856F39: hue angle of 42.63º degrees, saturation: 0.4, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #856F39 is Cyan = 0, Magento = 0.17, Yellow = 0.57 and Black (K on CMYK) = 0.48.

Color convert

RGB13311157-
CMYK00.170.570.48
HSL42.63º40%37.25%-
HSV(B)42.63º57.14%52.16%-
XYZ16.116.656.24-
YUV111.4297.29143.39-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 44.19%
GREEN value IS 111 (43.75% from 255) = 36.88%
BLUE value IS 57 (22.66% from 255) = 18.94%
R=44.19%
G=36.88%
B=18.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.57
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331115700.170.570.4842.634037.25
Hex856F3901139302b2825
Octal205157710217160535045
Binary100001011101111111001010001111001110000101011101000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #856F39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #856F39; }

 p { color: rgb(133,111,57); }

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

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

 a { background-color: rgb(133,111,57); }

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

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

 span { border-color: rgb(133,111,57); }

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