#856D48

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

Shades of Shadow #856D48

Tints of Shadow #856D48

Color information

#856D48 (or 0x856D48) is unknown color: approx Shadow. HEX triplet: 85, 6D and 48. RGB value is (133,109,72). Sum of RGB (Red+Green+Blue) = 133+109+72=314 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.36% from 314); Green value is 109 (42.97% from 255 or 34.71% from 314); Blue value is 72 (28.52% from 255 or 22.93% from 314); Max value from RGB is 133 - color contains mainly: red. Hex color #856D48 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #856D48 is #7A92B7. Grayscale: #707070. Windows color (decimal): -8032952 or 4746629. OLE color: 4746629.

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

Color convert

RGB13310972-
CMYK00.180.460.48
HSL36.39º29.76%40.2%-
HSV(B)36.39º45.86%52.16%-
XYZ16.3116.398.44-
YUV111.96105.45143.01-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 42.36%
GREEN value IS 109 (42.97% from 255) = 34.71%
BLUE value IS 72 (28.52% from 255) = 22.93%
R=42.36%
G=34.71%
B=22.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.46
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331097200.180.460.4836.3929.7640.2
Hex856D480122E30241e28
Octal2051551100225660443650
Binary100001011101101100100001001010111011000010010011110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #856D48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,109,72); }

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

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

 a { background-color: rgb(133,109,72); }

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

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

 span { border-color: rgb(133,109,72); }

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