#857354

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

Shades of Shadow #857354

Tints of Shadow #857354

Color information

#857354 (or 0x857354) is unknown color: approx Shadow. HEX triplet: 85, 73 and 54. RGB value is (133,115,84). Sum of RGB (Red+Green+Blue) = 133+115+84=332 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.06% from 332); Green value is 115 (45.31% from 255 or 34.64% from 332); Blue value is 84 (33.20% from 255 or 25.30% from 332); Max value from RGB is 133 - color contains mainly: red. Hex color #857354 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #857354 is #7A8CAB. Grayscale: #747474. Windows color (decimal): -8031404 or 5534597. OLE color: 5534597.

HSL color Cylindrical-coordinate representation of color #857354: hue angle of 37.96º degrees, saturation: 0.23, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #857354 is Cyan = 0, Magento = 0.14, Yellow = 0.37 and Black (K on CMYK) = 0.48.

Color convert

RGB13311584-
CMYK00.140.370.48
HSL37.96º22.58%42.55%-
HSV(B)37.96º36.84%52.16%-
XYZ17.417.8910.92-
YUV116.85109.46139.52-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 40.06%
GREEN value IS 115 (45.31% from 255) = 34.64%
BLUE value IS 84 (33.20% from 255) = 25.30%
R=40.06%
G=34.64%
B=25.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.37
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331158400.140.370.4837.9622.5842.55
Hex8573540E253026172b
Octal2051631240164560462753
Binary10000101111001110101000111010010111000010011010111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857354

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #857354; }

 p { color: rgb(133,115,84); }

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

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

 a { background-color: rgb(133,115,84); }

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

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

 span { border-color: rgb(133,115,84); }

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