Color Hex Logo

#492402 Color Hex

#492402
(73,36,2)
0 Favorites   0 Comments

Color spaces of #492402

RGB 73362
HSL0.080.950.15
HSV29°97°29°
CMYK 0.000.510.97   0.71
XYZ3.38952.68260.3966
Yxy2.68260.52400.4147
Hunter Lab16.37868.277310.0294
CIE-Lab18.725114.899926.6119

#492402 color RGB value is (73,36,2).

#492402 hex color red value is 73, green value is 36 and the blue value of its RGB is 2. Cylindrical-coordinate representations (also known as HSL) of color #492402 hue: 0.08 , saturation: 0.95 and the lightness value of 492402 is 0.15.

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 00100100 00000010
Octal 111 44 2
Decimal 73 36 2
Hex 49 24 2

RGB Percentages of Color #492402

%65.77
%32.43
%1.80

CMYK Percentages of Color #492402

%0
%51
%97
%71

Triadic Colors of #492402

#492402 #024924 #240249

Analogous Colors of #492402

#492402 #494802 #490203

Monochromatic Colors of #492402

#492402

Complementary Color

#492402 #022749

#492402 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#492402 Color Preview on White Background

Lorem ipsum dolor sit amet.

#492402 Color CSS Codes

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

#492402 Text Font Color

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

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


#492402 Background Color

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

This div background color is #492402


#492402 Border Color

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

This div border color is #492402


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #492402


Comments

No comments written yet.

Please login to write comment.