#857145

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

Shades of Shadow #857145

Tints of Shadow #857145

Color information

#857145 (or 0x857145) is unknown color: approx Shadow. HEX triplet: 85, 71 and 45. RGB value is (133,113,69). Sum of RGB (Red+Green+Blue) = 133+113+69=315 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.22% from 315); Green value is 113 (44.53% from 255 or 35.87% from 315); Blue value is 69 (27.34% from 255 or 21.90% from 315); Max value from RGB is 133 - color contains mainly: red. Hex color #857145 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #857145 is #7A8EBA. Grayscale: #727272. Windows color (decimal): -8031931 or 4551045. OLE color: 4551045.

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

Color convert

RGB13311369-
CMYK00.150.480.48
HSL41.25º31.68%39.61%-
HSV(B)41.25º48.12%52.16%-
XYZ16.6517.238.08-
YUV113.96102.63141.58-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 42.22%
GREEN value IS 113 (44.53% from 255) = 35.87%
BLUE value IS 69 (27.34% from 255) = 21.90%
R=42.22%
G=35.87%
B=21.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.48
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331136900.150.480.4841.2531.6839.61
Hex8571450F3030292028
Octal2051611050176060514050
Binary100001011110001100010101111110000110000101001100000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857145

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #857145; }

 p { color: rgb(133,113,69); }

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

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

 a { background-color: rgb(133,113,69); }

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

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

 span { border-color: rgb(133,113,69); }

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