Color Hex Logo

#853820 Color Hex

#853820
(133,56,32)
0 Favorites   0 Comments

Color spaces of #853820

RGB 1335632
HSL0.040.610.32
HSV14°76°52°
CMYK 0.000.580.76   0.48
XYZ11.34787.91922.2970
Yxy7.91920.52620.3672
Hunter Lab28.141122.732714.8592
CIE-Lab33.814031.487930.6238

#853820 color RGB value is (133,56,32).

#853820 hex color red value is 133, green value is 56 and the blue value of its RGB is 32. Cylindrical-coordinate representations (also known as HSL) of color #853820 hue: 0.04 , saturation: 0.61 and the lightness value of 853820 is 0.32.

The process color (four color CMYK) of #853820 color hex is 0.00, 0.58, 0.76, 0.48. Web safe color of #853820 is #993333. Color #853820 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 00111000 00100000
Octal 205 70 40
Decimal 133 56 32
Hex 85 38 20

RGB Percentages of Color #853820

%60.18
%25.34
%14.48

CMYK Percentages of Color #853820

%0
%58
%76
%48

Triadic Colors of #853820

#853820 #208538 #382085

Analogous Colors of #853820

#853820 #856b20 #85203b

Monochromatic Colors of #853820

#853820

Complementary Color

#853820 #206d85

#853820 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#853820 Color Preview on White Background

Lorem ipsum dolor sit amet.

#853820 Color CSS Codes

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

#853820 Text Font Color

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

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


#853820 Background Color

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

This div background color is #853820


#853820 Border Color

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

This div border color is #853820


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #853820


Comments

No comments written yet.

Please login to write comment.