Color Hex Logo

#9b492d Color Hex

#9B492D
(155,73,45)
0 Favorites   0 Comments

Color spaces of #9b492d

RGB 1557345
HSL0.040.550.39
HSV15°71°61°
CMYK 0.000.530.71   0.39
XYZ16.373811.92313.9210
Yxy11.92310.50820.3701
Hunter Lab34.529824.216217.4383
CIE-Lab41.093632.117332.3920

#9b492d color RGB value is (155,73,45).

#9b492d hex color red value is 155, green value is 73 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #9b492d hue: 0.04 , saturation: 0.55 and the lightness value of 9b492d is 0.39.

The process color (four color CMYK) of #9b492d color hex is 0.00, 0.53, 0.71, 0.39. Web safe color of #9b492d is #993333. Color #9b492d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011011 01001001 00101101
Octal 233 111 55
Decimal 155 73 45
Hex 9B 49 2D

RGB Percentages of Color #9b492d

%56.78
%26.74
%16.48

CMYK Percentages of Color #9b492d

%0
%53
%71
%39

Triadic Colors of #9b492d

#9b492d #2d9b49 #492d9b

Analogous Colors of #9b492d

#9b492d #9b802d #9b2d48

Monochromatic Colors of #9b492d

#9b492d

Complementary Color

#9b492d #2d7f9b

#9b492d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9b492d Color Preview on White Background

Lorem ipsum dolor sit amet.

#9b492d Color CSS Codes

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

#9b492d Text Font Color

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

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


#9b492d Background Color

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

This div background color is #9b492d


#9b492d Border Color

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

This div border color is #9b492d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9b492d


Comments

No comments written yet.

Please login to write comment.