Color Hex Logo

#857728 Color Hex

#857728
(133,119,40)
0 Favorites   0 Comments

Color spaces of #857728

RGB 13311940
HSL0.140.540.34
HSV51°70°52°
CMYK 0.000.110.70   0.48
XYZ16.652718.33344.6685
Yxy18.33340.41990.4623
Hunter Lab42.8175-5.508023.5077
CIE-Lab49.8980-4.261843.6166

#857728 color RGB value is (133,119,40).

#857728 hex color red value is 133, green value is 119 and the blue value of its RGB is 40. Cylindrical-coordinate representations (also known as HSL) of color #857728 hue: 0.14 , saturation: 0.54 and the lightness value of 857728 is 0.34.

The process color (four color CMYK) of #857728 color hex is 0.00, 0.11, 0.70, 0.48. Web safe color of #857728 is #996633. Color #857728 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 01110111 00101000
Octal 205 167 50
Decimal 133 119 40
Hex 85 77 28

RGB Percentages of Color #857728

%45.55
%40.75
%13.70

CMYK Percentages of Color #857728

%0
%11
%70
%48

Triadic Colors of #857728

#857728 #288577 #772885

Analogous Colors of #857728

#857728 #658528 #854928

Monochromatic Colors of #857728

#857728

Complementary Color

#857728 #283685

#857728 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#857728 Color Preview on White Background

Lorem ipsum dolor sit amet.

#857728 Color CSS Codes

.mybgcolor {background-color:#857728; } 
.myforecolor {color:#857728; }
.mybordercolor {border:3px solid #857728; }

#857728 Text Font Color

<p style="color:#857728">Text here</p>

This sample text font color is #857728
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#857728 Background Color

<div style="background-color:#857728">
Div content here</div>

This div background color is #857728


#857728 Border Color

<div style="border:3px solid #857728">
Div here</div>

This div border color is #857728


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(133,119,40, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #857728; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #857728;
  -webkit-box-shadow: 1px 1px 3px 2px #857728;
  box-shadow:         1px 1px 3px 2px #857728; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(133,119,40, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #857728">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #857728;
  -webkit-box-shadow: 1px 1px 3px 2px #857728;
  box-shadow:         1px 1px 3px 2px #857728;">
Div content here</div>

This div box has shadow with color #857728


Comments

No comments written yet.

Please login to write comment.