Color Hex Logo

#855636 Color Hex

#855636
(133,86,54)
0 Favorites   0 Comments

Color spaces of #855636

RGB 1338654
HSL0.070.420.37
HSV24°59°52°
CMYK 0.000.350.59   0.48
XYZ13.666511.90855.0683
Yxy11.90850.44600.3886
Hunter Lab34.508710.301315.4482
CIE-Lab41.070315.951926.4526

#855636 color RGB value is (133,86,54).

#855636 hex color red value is 133, green value is 86 and the blue value of its RGB is 54. Cylindrical-coordinate representations (also known as HSL) of color #855636 hue: 0.07 , saturation: 0.42 and the lightness value of 855636 is 0.37.

The process color (four color CMYK) of #855636 color hex is 0.00, 0.35, 0.59, 0.48. Web safe color of #855636 is #996633. Color #855636 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 01010110 00110110
Octal 205 126 66
Decimal 133 86 54
Hex 85 56 36

RGB Percentages of Color #855636

%48.72
%31.50
%19.78

CMYK Percentages of Color #855636

%0
%35
%59
%48

Triadic Colors of #855636

#855636 #368556 #563685

Analogous Colors of #855636

#855636 #857e36 #85363e

Monochromatic Colors of #855636

#855636

Complementary Color

#855636 #366585

#855636 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#855636 Color Preview on White Background

Lorem ipsum dolor sit amet.

#855636 Color CSS Codes

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

#855636 Text Font Color

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

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


#855636 Background Color

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

This div background color is #855636


#855636 Border Color

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

This div border color is #855636


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #855636


Comments

No comments written yet.

Please login to write comment.