Color Hex Logo

#894829 Color Hex

#894829
(137,72,41)
0 Favorites   0 Comments

Color spaces of #894829

RGB 1377241
HSL0.050.540.35
HSV19°70°54°
CMYK 0.000.470.70   0.46
XYZ13.034110.11323.3629
Yxy10.11320.49170.3815
Hunter Lab31.801317.508015.9911
CIE-Lab38.044824.888530.4306

#894829 color RGB value is (137,72,41).

#894829 hex color red value is 137, green value is 72 and the blue value of its RGB is 41. Cylindrical-coordinate representations (also known as HSL) of color #894829 hue: 0.05 , saturation: 0.54 and the lightness value of 894829 is 0.35.

The process color (four color CMYK) of #894829 color hex is 0.00, 0.47, 0.70, 0.46. Web safe color of #894829 is #993333. Color #894829 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 01001000 00101001
Octal 211 110 51
Decimal 137 72 41
Hex 89 48 29

RGB Percentages of Color #894829

%54.80
%28.80
%16.40

CMYK Percentages of Color #894829

%0
%47
%70
%46

Triadic Colors of #894829

#894829 #298948 #482989

Analogous Colors of #894829

#894829 #897829 #89293a

Monochromatic Colors of #894829

#894829

Complementary Color

#894829 #296a89

#894829 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#894829 Color Preview on White Background

Lorem ipsum dolor sit amet.

#894829 Color CSS Codes

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

#894829 Text Font Color

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

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


#894829 Background Color

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

This div background color is #894829


#894829 Border Color

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

This div border color is #894829


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #894829


Comments

No comments written yet.

Please login to write comment.