Color Hex Logo

#a53914 Color Hex

#A53914
(165,57,20)
0 Favorites   0 Comments

Color spaces of #a53914

RGB 1655720
HSL0.040.780.36
HSV15°88°65°
CMYK 0.000.650.88   0.35
XYZ17.106410.97611.8788
Yxy10.97610.57090.3663
Hunter Lab33.130234.188619.8288
CIE-Lab39.540242.902144.0772

#a53914 color RGB value is (165,57,20).

#a53914 hex color red value is 165, green value is 57 and the blue value of its RGB is 20. Cylindrical-coordinate representations (also known as HSL) of color #a53914 hue: 0.04 , saturation: 0.78 and the lightness value of a53914 is 0.36.

The process color (four color CMYK) of #a53914 color hex is 0.00, 0.65, 0.88, 0.35. Web safe color of #a53914 is #993300. Color #a53914 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 00111001 00010100
Octal 245 71 24
Decimal 165 57 20
Hex A5 39 14

RGB Percentages of Color #a53914

%68.18
%23.55
%8.26

CMYK Percentages of Color #a53914

%0
%65
%88
%35

Triadic Colors of #a53914

#a53914 #14a539 #3914a5

Analogous Colors of #a53914

#a53914 #a58214 #a51438

Monochromatic Colors of #a53914

#a53914

Complementary Color

#a53914 #1480a5

#a53914 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a53914 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a53914 Color CSS Codes

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

#a53914 Text Font Color

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

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


#a53914 Background Color

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

This div background color is #a53914


#a53914 Border Color

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

This div border color is #a53914


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a53914


Comments

No comments written yet.

Please login to write comment.