#856948

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

Shades of Shadow #856948

Tints of Shadow #856948

Color information

#856948 (or 0x856948) is unknown color: approx Shadow. HEX triplet: 85, 69 and 48. RGB value is (133,105,72). Sum of RGB (Red+Green+Blue) = 133+105+72=310 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.90% from 310); Green value is 105 (41.41% from 255 or 33.87% from 310); Blue value is 72 (28.52% from 255 or 23.23% from 310); Max value from RGB is 133 - color contains mainly: red. Hex color #856948 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #856948 is #7A96B7. Grayscale: #6D6D6D. Windows color (decimal): -8033976 or 4745605. OLE color: 4745605.

HSL color Cylindrical-coordinate representation of color #856948: hue angle of 32.46º 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 #856948 is Cyan = 0, Magento = 0.21, Yellow = 0.46 and Black (K on CMYK) = 0.48.

Color convert

RGB13310572-
CMYK00.210.460.48
HSL32.46º29.76%40.2%-
HSV(B)32.46º45.86%52.16%-
XYZ15.8915.568.3-
YUV109.61106.78144.68-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 42.90%
GREEN value IS 105 (41.41% from 255) = 33.87%
BLUE value IS 72 (28.52% from 255) = 23.23%
R=42.90%
G=33.87%
B=23.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.46
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331057200.210.460.4832.4629.7640.2
Hex8569480152E30201e28
Octal2051511100255660403650
Binary100001011101001100100001010110111011000010000011110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #856948

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #856948; }

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

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

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

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

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

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

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

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