Color Hex Logo

#843915 Color Hex

#843915
(132,57,21)
0 Favorites   0 Comments

Color spaces of #843915

RGB 1325721
HSL0.050.730.30
HSV19°84°52°
CMYK 0.000.570.84   0.48
XYZ11.11427.88591.6458
Yxy7.88590.53830.3820
Hunter Lab28.081821.503316.1825
CIE-Lab33.744130.088236.3154

#843915 color RGB value is (132,57,21).

#843915 hex color red value is 132, green value is 57 and the blue value of its RGB is 21. Cylindrical-coordinate representations (also known as HSL) of color #843915 hue: 0.05 , saturation: 0.73 and the lightness value of 843915 is 0.30.

The process color (four color CMYK) of #843915 color hex is 0.00, 0.57, 0.84, 0.48. Web safe color of #843915 is #993300. Color #843915 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 00111001 00010101
Octal 204 71 25
Decimal 132 57 21
Hex 84 39 15

RGB Percentages of Color #843915

%62.86
%27.14
%10.00

CMYK Percentages of Color #843915

%0
%57
%84
%48

Triadic Colors of #843915

#843915 #158439 #391584

Analogous Colors of #843915

#843915 #847115 #841529

Monochromatic Colors of #843915

#843915

Complementary Color

#843915 #156084

#843915 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#843915 Color Preview on White Background

Lorem ipsum dolor sit amet.

#843915 Color CSS Codes

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

#843915 Text Font Color

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

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


#843915 Background Color

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

This div background color is #843915


#843915 Border Color

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

This div border color is #843915


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #843915


Comments

No comments written yet.

Please login to write comment.