Color Hex Logo

#852a25 Color Hex

#852A25
(133,42,37)
0 Favorites   0 Comments

Color spaces of #852a25

RGB 1334237
HSL0.010.560.33
HSV72°52°
CMYK 0.000.680.72   0.48
XYZ10.83486.77602.4871
Yxy6.77600.53910.3371
Hunter Lab26.030828.743412.5567
CIE-Lab31.291438.593824.7902

#852a25 color RGB value is (133,42,37).

#852a25 hex color red value is 133, green value is 42 and the blue value of its RGB is 37. Cylindrical-coordinate representations (also known as HSL) of color #852a25 hue: 0.01 , saturation: 0.56 and the lightness value of 852a25 is 0.33.

The process color (four color CMYK) of #852a25 color hex is 0.00, 0.68, 0.72, 0.48. Web safe color of #852a25 is #993333. Color #852a25 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 00101010 00100101
Octal 205 52 45
Decimal 133 42 37
Hex 85 2A 25

RGB Percentages of Color #852a25

%62.74
%19.81
%17.45

CMYK Percentages of Color #852a25

%0
%68
%72
%48

Triadic Colors of #852a25

#852a25 #25852a #2a2585

Analogous Colors of #852a25

#852a25 #855a25 #852550

Monochromatic Colors of #852a25

#852a25

Complementary Color

#852a25 #258085

#852a25 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#852a25 Color Preview on White Background

Lorem ipsum dolor sit amet.

#852a25 Color CSS Codes

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

#852a25 Text Font Color

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

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


#852a25 Background Color

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

This div background color is #852a25


#852a25 Border Color

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

This div border color is #852a25


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #852a25


Comments

No comments written yet.

Please login to write comment.