Color Hex Logo

#853621 Color Hex

#853621
(133,54,33)
0 Favorites   0 Comments

Color spaces of #853621

RGB 1335433
HSL0.040.600.33
HSV13°75°52°
CMYK 0.000.590.75   0.48
XYZ11.26657.73472.3380
Yxy7.73470.52800.3625
Hunter Lab27.811323.641414.4836
CIE-Lab33.424132.579129.6247

#853621 color RGB value is (133,54,33).

#853621 hex color red value is 133, green value is 54 and the blue value of its RGB is 33. Cylindrical-coordinate representations (also known as HSL) of color #853621 hue: 0.04 , saturation: 0.60 and the lightness value of 853621 is 0.33.

The process color (four color CMYK) of #853621 color hex is 0.00, 0.59, 0.75, 0.48. Web safe color of #853621 is #993333. Color #853621 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 00110110 00100001
Octal 205 66 41
Decimal 133 54 33
Hex 85 36 21

RGB Percentages of Color #853621

%60.45
%24.55
%15.00

CMYK Percentages of Color #853621

%0
%59
%75
%48

Triadic Colors of #853621

#853621 #218536 #362185

Analogous Colors of #853621

#853621 #856821 #85213e

Monochromatic Colors of #853621

#853621

Complementary Color

#853621 #217085

#853621 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#853621 Color Preview on White Background

Lorem ipsum dolor sit amet.

#853621 Color CSS Codes

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

#853621 Text Font Color

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

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


#853621 Background Color

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

This div background color is #853621


#853621 Border Color

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

This div border color is #853621


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #853621


Comments

No comments written yet.

Please login to write comment.