#856B43

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

Shades of Shadow #856B43

Tints of Shadow #856B43

Color information

#856B43 (or 0x856B43) is unknown color: approx Shadow. HEX triplet: 85, 6B and 43. RGB value is (133,107,67). Sum of RGB (Red+Green+Blue) = 133+107+67=307 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.32% from 307); Green value is 107 (42.19% from 255 or 34.85% from 307); Blue value is 67 (26.56% from 255 or 21.82% from 307); Max value from RGB is 133 - color contains mainly: red. Hex color #856B43 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #856B43 is #7A94BC. Grayscale: #6E6E6E. Windows color (decimal): -8033469 or 4418437. OLE color: 4418437.

HSL color Cylindrical-coordinate representation of color #856B43: hue angle of 36.36º degrees, saturation: 0.33, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #856B43 is Cyan = 0, Magento = 0.20, Yellow = 0.50 and Black (K on CMYK) = 0.48.

Color convert

RGB13310767-
CMYK00.200.500.48
HSL36.36º33%39.22%-
HSV(B)36.36º49.62%52.16%-
XYZ15.9415.917.54-
YUV110.21103.61144.25-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 43.32%
GREEN value IS 107 (42.19% from 255) = 34.85%
BLUE value IS 67 (26.56% from 255) = 21.82%
R=43.32%
G=34.85%
B=21.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.50
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331076700.200.500.4836.363339.22
Hex856B430143230242127
Octal2051531030246260444147
Binary1000010111010111000011010100110010110000100100100001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #856B43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,107,67); }

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

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

 a { background-color: rgb(133,107,67); }

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

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

 span { border-color: rgb(133,107,67); }

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