Color Hex Logo

#893522 Color Hex

#893522
(137,53,34)
0 Favorites   0 Comments

Color spaces of #893522

RGB 1375334
HSL0.030.600.34
HSV11°75°54°
CMYK 0.000.610.75   0.46
XYZ11.87847.98012.4276
Yxy7.98010.53300.3581
Hunter Lab28.249125.621314.6792
CIE-Lab33.941434.718029.8153

#893522 color RGB value is (137,53,34).

#893522 hex color red value is 137, green value is 53 and the blue value of its RGB is 34. Cylindrical-coordinate representations (also known as HSL) of color #893522 hue: 0.03 , saturation: 0.60 and the lightness value of 893522 is 0.34.

The process color (four color CMYK) of #893522 color hex is 0.00, 0.61, 0.75, 0.46. Web safe color of #893522 is #993333. Color #893522 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 00110101 00100010
Octal 211 65 42
Decimal 137 53 34
Hex 89 35 22

RGB Percentages of Color #893522

%61.16
%23.66
%15.18

CMYK Percentages of Color #893522

%0
%61
%75
%46

Triadic Colors of #893522

#893522 #228935 #352289

Analogous Colors of #893522

#893522 #896922 #892242

Monochromatic Colors of #893522

#893522

Complementary Color

#893522 #227689

#893522 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#893522 Color Preview on White Background

Lorem ipsum dolor sit amet.

#893522 Color CSS Codes

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

#893522 Text Font Color

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

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


#893522 Background Color

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

This div background color is #893522


#893522 Border Color

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

This div border color is #893522


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #893522


Comments

No comments written yet.

Please login to write comment.