Color Hex Logo

#893121 Color Hex

#893121
(137,49,33)
0 Favorites   0 Comments

Color spaces of #893121

RGB 1374933
HSL0.030.610.33
HSV76°54°
CMYK 0.000.640.76   0.46
XYZ11.68947.62482.2945
Yxy7.62480.54100.3529
Hunter Lab27.613027.241414.4024
CIE-Lab33.188936.628429.5661

#893121 color RGB value is (137,49,33).

#893121 hex color red value is 137, green value is 49 and the blue value of its RGB is 33. Cylindrical-coordinate representations (also known as HSL) of color #893121 hue: 0.03 , saturation: 0.61 and the lightness value of 893121 is 0.33.

The process color (four color CMYK) of #893121 color hex is 0.00, 0.64, 0.76, 0.46. Web safe color of #893121 is #993333. Color #893121 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 00110001 00100001
Octal 211 61 41
Decimal 137 49 33
Hex 89 31 21

RGB Percentages of Color #893121

%62.56
%22.37
%15.07

CMYK Percentages of Color #893121

%0
%64
%76
%46

Triadic Colors of #893121

#893121 #218931 #312189

Analogous Colors of #893121

#893121 #896521 #892145

Monochromatic Colors of #893121

#893121

Complementary Color

#893121 #217989

#893121 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#893121 Color Preview on White Background

Lorem ipsum dolor sit amet.

#893121 Color CSS Codes

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

#893121 Text Font Color

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

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


#893121 Background Color

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

This div background color is #893121


#893121 Border Color

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

This div border color is #893121


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(137,49,33, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #893121; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #893121;
  -webkit-box-shadow: 1px 1px 3px 2px #893121;
  box-shadow:         1px 1px 3px 2px #893121; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #893121


Comments

No comments written yet.

Please login to write comment.