Color Hex Logo

#855141 Color Hex

#855141
(133,81,65)
0 Favorites   0 Comments

Color spaces of #855141

RGB 1338165
HSL0.040.340.39
HSV14°51°52°
CMYK 0.000.390.51   0.48
XYZ13.569411.25316.4579
Yxy11.25310.43380.3597
Hunter Lab33.545613.499412.0680
CIE-Lab40.003519.928418.5616

#855141 color RGB value is (133,81,65).

#855141 hex color red value is 133, green value is 81 and the blue value of its RGB is 65. Cylindrical-coordinate representations (also known as HSL) of color #855141 hue: 0.04 , saturation: 0.34 and the lightness value of 855141 is 0.39.

The process color (four color CMYK) of #855141 color hex is 0.00, 0.39, 0.51, 0.48. Web safe color of #855141 is #996633. Color #855141 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 01010001 01000001
Octal 205 121 101
Decimal 133 81 65
Hex 85 51 41

RGB Percentages of Color #855141

%47.67
%29.03
%23.30

CMYK Percentages of Color #855141

%0
%39
%51
%48

Triadic Colors of #855141

#855141 #418551 #514185

Analogous Colors of #855141

#855141 #857341 #854153

Monochromatic Colors of #855141

#855141

Complementary Color

#855141 #417585

#855141 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#855141 Color Preview on White Background

Lorem ipsum dolor sit amet.

#855141 Color CSS Codes

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

#855141 Text Font Color

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

This sample text font color is #855141
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.


#855141 Background Color

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

This div background color is #855141


#855141 Border Color

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

This div border color is #855141


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #855141


Comments

No comments written yet.

Please login to write comment.