Color Hex Logo

#84551e Color Hex

#84551E
(132,85,30)
0 Favorites   0 Comments

Color spaces of #84551e

RGB 1328530
HSL0.090.630.32
HSV32°77°52°
CMYK 0.000.360.77   0.48
XYZ12.998611.49632.7622
Yxy11.49630.47690.4218
Hunter Lab33.90629.095618.9042
CIE-Lab40.404114.484938.4822

#84551e color RGB value is (132,85,30).

#84551e hex color red value is 132, green value is 85 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #84551e hue: 0.09 , saturation: 0.63 and the lightness value of 84551e is 0.32.

The process color (four color CMYK) of #84551e color hex is 0.00, 0.36, 0.77, 0.48. Web safe color of #84551e is #996633. Color #84551e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 01010101 00011110
Octal 204 125 36
Decimal 132 85 30
Hex 84 55 1E

RGB Percentages of Color #84551e

%53.44
%34.41
%12.15

CMYK Percentages of Color #84551e

%0
%36
%77
%48

Triadic Colors of #84551e

#84551e #1e8455 #551e84

Analogous Colors of #84551e

#84551e #80841e #84221e

Monochromatic Colors of #84551e

#84551e

Complementary Color

#84551e #1e4d84

#84551e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#84551e Color Preview on White Background

Lorem ipsum dolor sit amet.

#84551e Color CSS Codes

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

#84551e Text Font Color

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

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


#84551e Background Color

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

This div background color is #84551e


#84551e Border Color

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

This div border color is #84551e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(132,85,30, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #84551e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #84551e;
  -webkit-box-shadow: 1px 1px 3px 2px #84551e;
  box-shadow:         1px 1px 3px 2px #84551e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(132,85,30, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #84551e


Comments

No comments written yet.

Please login to write comment.