Color Hex Logo

#492815 Color Hex

#492815
(73,40,21)
0 Favorites   0 Comments

Color spaces of #492815

RGB 734021
HSL0.060.550.18
HSV22°71°29°
CMYK 0.000.450.71   0.71
XYZ3.64182.98821.0943
Yxy2.98820.47150.3869
Hunter Lab17.28647.35418.3472
CIE-Lab19.996613.405518.9023

#492815 color RGB value is (73,40,21).

#492815 hex color red value is 73, green value is 40 and the blue value of its RGB is 21. Cylindrical-coordinate representations (also known as HSL) of color #492815 hue: 0.06 , saturation: 0.55 and the lightness value of 492815 is 0.18.

The process color (four color CMYK) of #492815 color hex is 0.00, 0.45, 0.71, 0.71. Web safe color of #492815 is #333300. Color #492815 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 00101000 00010101
Octal 111 50 25
Decimal 73 40 21
Hex 49 28 15

RGB Percentages of Color #492815

%54.48
%29.85
%15.67

CMYK Percentages of Color #492815

%0
%45
%71
%71

Triadic Colors of #492815

#492815 #154928 #281549

Analogous Colors of #492815

#492815 #494215 #49151c

Monochromatic Colors of #492815

#492815

Complementary Color

#492815 #153649

#492815 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#492815 Color Preview on White Background

Lorem ipsum dolor sit amet.

#492815 Color CSS Codes

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

#492815 Text Font Color

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

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


#492815 Background Color

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

This div background color is #492815


#492815 Border Color

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

This div border color is #492815


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(73,40,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 #492815">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #492815

#492815 Color Palettes


Comments

No comments written yet.

Please login to write comment.