Color Hex Logo

#855943 Color Hex

#855943
(133,89,67)
0 Favorites   0 Comments

Color spaces of #855943

RGB 1338967
HSL0.060.330.39
HSV20°50°52°
CMYK 0.000.330.50   0.48
XYZ14.258412.53666.9785
Yxy12.53660.42220.3712
Hunter Lab35.40719.919513.0993
CIE-Lab42.056615.429320.0593

#855943 color RGB value is (133,89,67).

#855943 hex color red value is 133, green value is 89 and the blue value of its RGB is 67. Cylindrical-coordinate representations (also known as HSL) of color #855943 hue: 0.06 , saturation: 0.33 and the lightness value of 855943 is 0.39.

The process color (four color CMYK) of #855943 color hex is 0.00, 0.33, 0.50, 0.48. Web safe color of #855943 is #996633. Color #855943 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 01011001 01000011
Octal 205 131 103
Decimal 133 89 67
Hex 85 59 43

RGB Percentages of Color #855943

%46.02
%30.80
%23.18

CMYK Percentages of Color #855943

%0
%33
%50
%48

Triadic Colors of #855943

#855943 #438559 #594385

Analogous Colors of #855943

#855943 #857a43 #85434e

Monochromatic Colors of #855943

#855943

Complementary Color

#855943 #436f85

#855943 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#855943 Color Preview on White Background

Lorem ipsum dolor sit amet.

#855943 Color CSS Codes

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

#855943 Text Font Color

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

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


#855943 Background Color

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

This div background color is #855943


#855943 Border Color

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

This div border color is #855943


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #855943


Comments

No comments written yet.

Please login to write comment.