Color Hex Logo

#552819 Color Hex

#552819
(85,40,25)
0 Favorites   0 Comments

Color spaces of #552819

RGB 854025
HSL0.040.550.22
HSV15°71°33°
CMYK 0.000.530.71   0.67
XYZ4.68063.51911.3523
Yxy3.51910.49000.3684
Hunter Lab18.759311.70868.8574
CIE-Lab22.013319.419619.2238

#552819 color RGB value is (85,40,25).

#552819 hex color red value is 85, green value is 40 and the blue value of its RGB is 25. Cylindrical-coordinate representations (also known as HSL) of color #552819 hue: 0.04 , saturation: 0.55 and the lightness value of 552819 is 0.22.

The process color (four color CMYK) of #552819 color hex is 0.00, 0.53, 0.71, 0.67. Web safe color of #552819 is #663300. Color #552819 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 00101000 00011001
Octal 125 50 31
Decimal 85 40 25
Hex 55 28 19

RGB Percentages of Color #552819

%56.67
%26.67
%16.67

CMYK Percentages of Color #552819

%0
%53
%71
%67

Triadic Colors of #552819

#552819 #195528 #281955

Analogous Colors of #552819

#552819 #554619 #551928

Monochromatic Colors of #552819

#552819

Complementary Color

#552819 #194655

#552819 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#552819 Color Preview on White Background

Lorem ipsum dolor sit amet.

#552819 Color CSS Codes

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

#552819 Text Font Color

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

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


#552819 Background Color

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

This div background color is #552819


#552819 Border Color

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

This div border color is #552819


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(85,40,25, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #552819; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #552819;
  -webkit-box-shadow: 1px 1px 3px 2px #552819;
  box-shadow:         1px 1px 3px 2px #552819; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(85,40,25, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #552819


Comments

No comments written yet.

Please login to write comment.