Color Hex Logo

#562213 Color Hex

#562213
(86,34,19)
0 Favorites   0 Comments

Color spaces of #562213

RGB 863419
HSL0.040.640.21
HSV13°78°34°
CMYK 0.000.600.78   0.66
XYZ4.52733.16950.9893
Yxy3.16950.52120.3649
Hunter Lab17.803114.23699.1675
CIE-Lab20.710323.012621.5601

#562213 color RGB value is (86,34,19).

#562213 hex color red value is 86, green value is 34 and the blue value of its RGB is 19. Cylindrical-coordinate representations (also known as HSL) of color #562213 hue: 0.04 , saturation: 0.64 and the lightness value of 562213 is 0.21.

The process color (four color CMYK) of #562213 color hex is 0.00, 0.60, 0.78, 0.66. Web safe color of #562213 is #663300. Color #562213 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010110 00100010 00010011
Octal 126 42 23
Decimal 86 34 19
Hex 56 22 13

RGB Percentages of Color #562213

%61.87
%24.46
%13.67

CMYK Percentages of Color #562213

%0
%60
%78
%66

Triadic Colors of #562213

#562213 #135622 #221356

Analogous Colors of #562213

#562213 #564413 #561325

Monochromatic Colors of #562213

#562213

Complementary Color

#562213 #134756

#562213 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#562213 Color Preview on White Background

Lorem ipsum dolor sit amet.

#562213 Color CSS Codes

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

#562213 Text Font Color

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

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


#562213 Background Color

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

This div background color is #562213


#562213 Border Color

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

This div border color is #562213


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #562213


Comments

No comments written yet.

Please login to write comment.