#856A4B

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

Shades of Shadow #856A4B

Tints of Shadow #856A4B

Color information

#856A4B (or 0x856A4B) is unknown color: approx Shadow. HEX triplet: 85, 6A and 4B. RGB value is (133,106,75). Sum of RGB (Red+Green+Blue) = 133+106+75=314 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.36% from 314); Green value is 106 (41.80% from 255 or 33.76% from 314); Blue value is 75 (29.69% from 255 or 23.89% from 314); Max value from RGB is 133 - color contains mainly: red. Hex color #856A4B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #856A4B is #7A95B4. Grayscale: #6E6E6E. Windows color (decimal): -8033717 or 4942469. OLE color: 4942469.

HSL color Cylindrical-coordinate representation of color #856A4B: hue angle of 32.07º degrees, saturation: 0.28, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #856A4B is Cyan = 0, Magento = 0.20, Yellow = 0.44 and Black (K on CMYK) = 0.48.

Color convert

RGB13310675-
CMYK00.200.440.48
HSL32.07º27.88%40.78%-
HSV(B)32.07º43.61%52.16%-
XYZ16.115.88.86-
YUV110.54107.95144.02-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 42.36%
GREEN value IS 106 (41.80% from 255) = 33.76%
BLUE value IS 75 (29.69% from 255) = 23.89%
R=42.36%
G=33.76%
B=23.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.44
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331067500.200.440.4832.0727.8840.78
Hex856A4B0142C30201c29
Octal2051521130245460403451
Binary100001011101010100101101010010110011000010000011100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #856A4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,106,75); }

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

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

 a { background-color: rgb(133,106,75); }

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

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

 span { border-color: rgb(133,106,75); }

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