Color Hex Logo

#843520 Color Hex

#843520
(132,53,32)
0 Favorites   0 Comments

Color spaces of #843520

RGB 1325332
HSL0.040.610.32
HSV13°76°52°
CMYK 0.000.600.76   0.48
XYZ11.04957.55602.2426
Yxy7.55600.53000.3624
Hunter Lab27.488223.647814.4046
CIE-Lab33.040532.645429.7299

#843520 color RGB value is (132,53,32).

#843520 hex color red value is 132, green value is 53 and the blue value of its RGB is 32. Cylindrical-coordinate representations (also known as HSL) of color #843520 hue: 0.04 , saturation: 0.61 and the lightness value of 843520 is 0.32.

The process color (four color CMYK) of #843520 color hex is 0.00, 0.60, 0.76, 0.48. Web safe color of #843520 is #993333. Color #843520 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 00110101 00100000
Octal 204 65 40
Decimal 132 53 32
Hex 84 35 20

RGB Percentages of Color #843520

%60.83
%24.42
%14.75

CMYK Percentages of Color #843520

%0
%60
%76
%48

Triadic Colors of #843520

#843520 #208435 #352084

Analogous Colors of #843520

#843520 #846720 #84203d

Monochromatic Colors of #843520

#843520

Complementary Color

#843520 #206f84

#843520 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#843520 Color Preview on White Background

Lorem ipsum dolor sit amet.

#843520 Color CSS Codes

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

#843520 Text Font Color

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

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


#843520 Background Color

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

This div background color is #843520


#843520 Border Color

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

This div border color is #843520


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(132,53,32, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #843520; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #843520;
  -webkit-box-shadow: 1px 1px 3px 2px #843520;
  box-shadow:         1px 1px 3px 2px #843520; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #843520


Comments

No comments written yet.

Please login to write comment.