Color Hex Logo

#552118 Color Hex

#552118
(85,33,24)
0 Favorites   0 Comments

Color spaces of #552118

RGB 853324
HSL0.020.560.21
HSV72°33°
CMYK 0.000.610.72   0.67
XYZ4.45503.08501.2248
Yxy3.08500.50830.3520
Hunter Lab17.564214.53778.1605
CIE-Lab20.381123.461517.9137

#552118 color RGB value is (85,33,24).

#552118 hex color red value is 85, green value is 33 and the blue value of its RGB is 24. Cylindrical-coordinate representations (also known as HSL) of color #552118 hue: 0.02 , saturation: 0.56 and the lightness value of 552118 is 0.21.

The process color (four color CMYK) of #552118 color hex is 0.00, 0.61, 0.72, 0.67. Web safe color of #552118 is #663300. Color #552118 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 00100001 00011000
Octal 125 41 30
Decimal 85 33 24
Hex 55 21 18

RGB Percentages of Color #552118

%59.86
%23.24
%16.90

CMYK Percentages of Color #552118

%0
%61
%72
%67

Triadic Colors of #552118

#552118 #185521 #211855

Analogous Colors of #552118

#552118 #554018 #55182e

Monochromatic Colors of #552118

#552118

Complementary Color

#552118 #184c55

#552118 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#552118 Color Preview on White Background

Lorem ipsum dolor sit amet.

#552118 Color CSS Codes

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

#552118 Text Font Color

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

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


#552118 Background Color

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

This div background color is #552118


#552118 Border Color

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

This div border color is #552118


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #552118


Comments

No comments written yet.

Please login to write comment.