Color Hex Logo

#854841 Color Hex

#854841
(133,72,65)
0 Favorites   0 Comments

Color spaces of #854841

RGB 1337265
HSL0.020.340.39
HSV51°52°
CMYK 0.000.460.51   0.48
XYZ12.944410.00296.2495
Yxy10.00290.44330.3426
Hunter Lab31.627417.708310.4236
CIE-Lab37.847625.145615.6927

#854841 color RGB value is (133,72,65).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000101 01001000 01000001
Octal 205 110 101
Decimal 133 72 65
Hex 85 48 41

RGB Percentages of Color #854841

%49.26
%26.67
%24.07

CMYK Percentages of Color #854841

%0
%46
%51
%48

Triadic Colors of #854841

#854841 #418548 #484185

Analogous Colors of #854841

#854841 #856a41 #85415c

Monochromatic Colors of #854841

#854841

Complementary Color

#854841 #417e85

#854841 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#854841 Color Preview on White Background

Lorem ipsum dolor sit amet.

#854841 Color CSS Codes

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

#854841 Text Font Color

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

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


#854841 Background Color

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

This div background color is #854841


#854841 Border Color

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

This div border color is #854841


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #854841


Comments

No comments written yet.

Please login to write comment.