Color Hex Logo

#a53921 Color Hex

#A53921
(165,57,33)
0 Favorites   0 Comments

Color spaces of #a53921

RGB 1655733
HSL0.030.670.39
HSV11°80°65°
CMYK 0.000.650.80   0.35
XYZ17.254711.03542.6595
Yxy11.03540.55750.3566
Hunter Lab33.219634.581118.5070
CIE-Lab39.640043.285237.9023

#a53921 color RGB value is (165,57,33).

#a53921 hex color red value is 165, green value is 57 and the blue value of its RGB is 33. Cylindrical-coordinate representations (also known as HSL) of color #a53921 hue: 0.03 , saturation: 0.67 and the lightness value of a53921 is 0.39.

The process color (four color CMYK) of #a53921 color hex is 0.00, 0.65, 0.80, 0.35. Web safe color of #a53921 is #993333. Color #a53921 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 00111001 00100001
Octal 245 71 41
Decimal 165 57 33
Hex A5 39 21

RGB Percentages of Color #a53921

%64.71
%22.35
%12.94

CMYK Percentages of Color #a53921

%0
%65
%80
%35

Triadic Colors of #a53921

#a53921 #21a539 #3921a5

Analogous Colors of #a53921

#a53921 #a57b21 #a5214b

Monochromatic Colors of #a53921

#a53921

Complementary Color

#a53921 #218da5

#a53921 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a53921 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a53921 Color CSS Codes

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

#a53921 Text Font Color

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

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


#a53921 Background Color

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

This div background color is #a53921


#a53921 Border Color

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

This div border color is #a53921


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a53921


Comments

No comments written yet.

Please login to write comment.