Color Hex Logo

#99492e Color Hex

#99492E
(153,73,46)
0 Favorites   0 Comments

Color spaces of #99492e

RGB 1537346
HSL0.040.540.39
HSV15°70°60°
CMYK 0.000.520.70   0.40
XYZ16.012611.73464.0058
Yxy11.73460.50430.3696
Hunter Lab34.255823.490717.0458
CIE-Lab40.791231.360231.3977

#99492e color RGB value is (153,73,46).

#99492e hex color red value is 153, green value is 73 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #99492e hue: 0.04 , saturation: 0.54 and the lightness value of 99492e is 0.39.

The process color (four color CMYK) of #99492e color hex is 0.00, 0.52, 0.70, 0.40. Web safe color of #99492e is #993333. Color #99492e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 01001001 00101110
Octal 231 111 56
Decimal 153 73 46
Hex 99 49 2E

RGB Percentages of Color #99492e

%56.25
%26.84
%16.91

CMYK Percentages of Color #99492e

%0
%52
%70
%40

Triadic Colors of #99492e

#99492e #2e9949 #492e99

Analogous Colors of #99492e

#99492e #997f2e #992e49

Monochromatic Colors of #99492e

#99492e

Complementary Color

#99492e #2e7e99

#99492e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#99492e Color Preview on White Background

Lorem ipsum dolor sit amet.

#99492e Color CSS Codes

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

#99492e Text Font Color

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

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


#99492e Background Color

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

This div background color is #99492e


#99492e Border Color

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

This div border color is #99492e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #99492e


Comments

No comments written yet.

Please login to write comment.