Color Hex Logo

#85532a Color Hex

#85532A
(133,83,42)
0 Favorites   0 Comments

Color spaces of #85532a

RGB 1338342
HSL0.080.520.34
HSV27°68°52°
CMYK 0.000.380.68   0.48
XYZ13.184011.34023.6845
Yxy11.34020.46740.4020
Hunter Lab33.675210.951917.0856
CIE-Lab40.147616.809332.1164

#85532a color RGB value is (133,83,42).

#85532a hex color red value is 133, green value is 83 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #85532a hue: 0.08 , saturation: 0.52 and the lightness value of 85532a is 0.34.

The process color (four color CMYK) of #85532a color hex is 0.00, 0.38, 0.68, 0.48. Web safe color of #85532a is #996633. Color #85532a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 01010011 00101010
Octal 205 123 52
Decimal 133 83 42
Hex 85 53 2A

RGB Percentages of Color #85532a

%51.55
%32.17
%16.28

CMYK Percentages of Color #85532a

%0
%38
%68
%48

Triadic Colors of #85532a

#85532a #2a8553 #532a85

Analogous Colors of #85532a

#85532a #85812a #852a2f

Monochromatic Colors of #85532a

#85532a

Complementary Color

#85532a #2a5c85

#85532a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#85532a Color Preview on White Background

Lorem ipsum dolor sit amet.

#85532a Color CSS Codes

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

#85532a Text Font Color

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

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


#85532a Background Color

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

This div background color is #85532a


#85532a Border Color

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

This div border color is #85532a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(133,83,42, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #85532a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #85532a;
  -webkit-box-shadow: 1px 1px 3px 2px #85532a;
  box-shadow:         1px 1px 3px 2px #85532a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #85532a


Comments

No comments written yet.

Please login to write comment.