#856C2B

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

Shades of Corn Harvest #856C2B

Tints of Corn Harvest #856C2B

Color information

#856C2B (or 0x856C2B) is unknown color: approx Corn Harvest. HEX triplet: 85, 6C and 2B. RGB value is (133,108,43). Sum of RGB (Red+Green+Blue) = 133+108+43=284 (37% of max value = 765). Red value is 133 (52.34% from 255 or 46.83% from 284); Green value is 108 (42.58% from 255 or 38.03% from 284); Blue value is 43 (17.19% from 255 or 15.14% from 284); Max value from RGB is 133 - color contains mainly: red. Hex color #856C2B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #856C2B is #7A93D4. Grayscale: #6C6C6C. Windows color (decimal): -8033237 or 2845829. OLE color: 2845829.

HSL color Cylindrical-coordinate representation of color #856C2B: hue angle of 43.33º degrees, saturation: 0.51, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #856C2B is Cyan = 0, Magento = 0.19, Yellow = 0.68 and Black (K on CMYK) = 0.48.

Color convert

RGB13310843-
CMYK00.190.680.48
HSL43.33º51.14%34.51%-
HSV(B)43.33º67.67%52.16%-
XYZ15.4715.894.54-
YUV108.0691.28145.79-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 46.83%
GREEN value IS 108 (42.58% from 255) = 38.03%
BLUE value IS 43 (17.19% from 255) = 15.14%
R=46.83%
G=38.03%
B=15.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.68
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331084300.190.680.4843.3351.1434.51
Hex856C2B01344302b3323
Octal2051545302310460536343
Binary1000010111011001010110100111000100110000101011110011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #856C2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,108,43); }

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

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

 a { background-color: rgb(133,108,43); }

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

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

 span { border-color: rgb(133,108,43); }

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