#857142

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

Shades of Shadow #857142

Tints of Shadow #857142

Color information

#857142 (or 0x857142) is unknown color: approx Shadow. HEX triplet: 85, 71 and 42. RGB value is (133,113,66). Sum of RGB (Red+Green+Blue) = 133+113+66=312 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.63% from 312); Green value is 113 (44.53% from 255 or 36.22% from 312); Blue value is 66 (26.17% from 255 or 21.15% from 312); Max value from RGB is 133 - color contains mainly: red. Hex color #857142 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #857142 is #7A8EBD. Grayscale: #717171. Windows color (decimal): -8031934 or 4354437. OLE color: 4354437.

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

Color convert

RGB13311366-
CMYK00.150.500.48
HSL42.09º33.67%39.02%-
HSV(B)42.09º50.38%52.16%-
XYZ16.5617.197.6-
YUV113.62101.13141.82-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 42.63%
GREEN value IS 113 (44.53% from 255) = 36.22%
BLUE value IS 66 (26.17% from 255) = 21.15%
R=42.63%
G=36.22%
B=21.15%

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
Decimal1331136600.150.500.4842.0933.6739.02
Hex8571420F32302a2227
Octal2051611020176260524247
Binary100001011110001100001001111110010110000101010100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857142

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #857142; }

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

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

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

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

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

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

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

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