Color Hex Logo

#852815 Color Hex

#852815
(133,40,21)
0 Favorites   0 Comments

Color spaces of #852815

RGB 1334021
HSL0.030.730.30
HSV10°84°52°
CMYK 0.000.700.84   0.48
XYZ10.56706.55831.4184
Yxy6.55830.56980.3537
Hunter Lab25.609228.837614.6426
CIE-Lab30.779438.786633.5952

#852815 color RGB value is (133,40,21).

#852815 hex color red value is 133, green value is 40 and the blue value of its RGB is 21. Cylindrical-coordinate representations (also known as HSL) of color #852815 hue: 0.03 , saturation: 0.73 and the lightness value of 852815 is 0.30.

The process color (four color CMYK) of #852815 color hex is 0.00, 0.70, 0.84, 0.48. Web safe color of #852815 is #993300. Color #852815 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 00101000 00010101
Octal 205 50 25
Decimal 133 40 21
Hex 85 28 15

RGB Percentages of Color #852815

%68.56
%20.62
%10.82

CMYK Percentages of Color #852815

%0
%70
%84
%48

Triadic Colors of #852815

#852815 #158528 #281585

Analogous Colors of #852815

#852815 #856015 #85153a

Monochromatic Colors of #852815

#852815

Complementary Color

#852815 #157285

#852815 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#852815 Color Preview on White Background

Lorem ipsum dolor sit amet.

#852815 Color CSS Codes

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

#852815 Text Font Color

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

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


#852815 Background Color

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

This div background color is #852815


#852815 Border Color

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

This div border color is #852815


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #852815


Comments

No comments written yet.

Please login to write comment.