Color Hex Logo

#854941 Color Hex

#854941
(133,73,65)
0 Favorites   0 Comments

Color spaces of #854941

RGB 1337365
HSL0.020.340.39
HSV51°52°
CMYK 0.000.450.51   0.48
XYZ13.009510.13336.2713
Yxy10.13330.44230.3445
Hunter Lab31.832817.242210.6024
CIE-Lab38.080624.571916.0048

#854941 color RGB value is (133,73,65).

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

The process color (four color CMYK) of #854941 color hex is 0.00, 0.45, 0.51, 0.48. Web safe color of #854941 is #993333. Color #854941 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 01001001 01000001
Octal 205 111 101
Decimal 133 73 65
Hex 85 49 41

RGB Percentages of Color #854941

%49.08
%26.94
%23.99

CMYK Percentages of Color #854941

%0
%45
%51
%48

Triadic Colors of #854941

#854941 #418549 #494185

Analogous Colors of #854941

#854941 #856b41 #85415b

Monochromatic Colors of #854941

#854941

Complementary Color

#854941 #417d85

#854941 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#854941 Color Preview on White Background

Lorem ipsum dolor sit amet.

#854941 Color CSS Codes

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

#854941 Text Font Color

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

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


#854941 Background Color

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

This div background color is #854941


#854941 Border Color

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

This div border color is #854941


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(133,73,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 #854941">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #854941


Comments

No comments written yet.

Please login to write comment.