#857143

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

Shades of Shadow #857143

Tints of Shadow #857143

Color information

#857143 (or 0x857143) is unknown color: approx Shadow. HEX triplet: 85, 71 and 43. RGB value is (133,113,67). Sum of RGB (Red+Green+Blue) = 133+113+67=313 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.49% from 313); Green value is 113 (44.53% from 255 or 36.10% from 313); Blue value is 67 (26.56% from 255 or 21.41% from 313); Max value from RGB is 133 - color contains mainly: red. Hex color #857143 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #857143 is #7A8EBC. Grayscale: #717171. Windows color (decimal): -8031933 or 4419973. OLE color: 4419973.

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

Color convert

RGB13311367-
CMYK00.150.500.48
HSL41.82º33%39.22%-
HSV(B)41.82º49.62%52.16%-
XYZ16.5917.27.76-
YUV113.74101.63141.74-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 42.49%
GREEN value IS 113 (44.53% from 255) = 36.10%
BLUE value IS 67 (26.56% from 255) = 21.41%
R=42.49%
G=36.10%
B=21.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.50
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331136700.150.500.4841.823339.22
Hex8571430F32302a2127
Octal2051611030176260524147
Binary100001011110001100001101111110010110000101010100001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857143

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #857143; }

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

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

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

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

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

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

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

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