Color Hex Logo

#853529 Color Hex

#853529
(133,53,41)
0 Favorites   0 Comments

Color spaces of #853529

RGB 1335341
HSL0.020.530.34
HSV69°52°
CMYK 0.000.600.69   0.48
XYZ11.34627.69282.9847
Yxy7.69280.51520.3493
Hunter Lab27.735924.483013.0348
CIE-Lab33.334733.542324.7562

#853529 color RGB value is (133,53,41).

#853529 hex color red value is 133, green value is 53 and the blue value of its RGB is 41. Cylindrical-coordinate representations (also known as HSL) of color #853529 hue: 0.02 , saturation: 0.53 and the lightness value of 853529 is 0.34.

The process color (four color CMYK) of #853529 color hex is 0.00, 0.60, 0.69, 0.48. Web safe color of #853529 is #993333. Color #853529 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 00110101 00101001
Octal 205 65 51
Decimal 133 53 41
Hex 85 35 29

RGB Percentages of Color #853529

%58.59
%23.35
%18.06

CMYK Percentages of Color #853529

%0
%60
%69
%48

Triadic Colors of #853529

#853529 #298535 #352985

Analogous Colors of #853529

#853529 #856329 #85294b

Monochromatic Colors of #853529

#853529

Complementary Color

#853529 #297985

#853529 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#853529 Color Preview on White Background

Lorem ipsum dolor sit amet.

#853529 Color CSS Codes

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

#853529 Text Font Color

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

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


#853529 Background Color

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

This div background color is #853529


#853529 Border Color

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

This div border color is #853529


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #853529


Comments

No comments written yet.

Please login to write comment.