Color Hex Logo

#492915 Color Hex

#492915
(73,41,21)
0 Favorites   0 Comments

Color spaces of #492915

RGB 734121
HSL0.060.550.18
HSV23°71°29°
CMYK 0.000.440.71   0.71
XYZ3.67593.05651.1057
Yxy3.05650.46900.3900
Hunter Lab17.48286.93608.4882
CIE-Lab20.268812.756719.2223

#492915 color RGB value is (73,41,21).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 00101001 00010101
Octal 111 51 25
Decimal 73 41 21
Hex 49 29 15

RGB Percentages of Color #492915

%54.07
%30.37
%15.56

CMYK Percentages of Color #492915

%0
%44
%71
%71

Triadic Colors of #492915

#492915 #154929 #291549

Analogous Colors of #492915

#492915 #494315 #49151b

Monochromatic Colors of #492915

#492915

Complementary Color

#492915 #153549

#492915 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#492915 Color Preview on White Background

Lorem ipsum dolor sit amet.

#492915 Color CSS Codes

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

#492915 Text Font Color

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

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


#492915 Background Color

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

This div background color is #492915


#492915 Border Color

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

This div border color is #492915


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #492915


Comments

No comments written yet.

Please login to write comment.