Color Hex Logo

#852316 Color Hex

#852316
(133,35,22)
0 Favorites   0 Comments

Color spaces of #852316

RGB 1333522
HSL0.020.720.30
HSV83°52°
CMYK 0.000.740.83   0.48
XYZ10.41876.24651.4156
Yxy6.24650.57620.3455
Hunter Lab24.993030.672614.1369
CIE-Lab30.026040.904032.3272

#852316 color RGB value is (133,35,22).

#852316 hex color red value is 133, green value is 35 and the blue value of its RGB is 22. Cylindrical-coordinate representations (also known as HSL) of color #852316 hue: 0.02 , saturation: 0.72 and the lightness value of 852316 is 0.30.

The process color (four color CMYK) of #852316 color hex is 0.00, 0.74, 0.83, 0.48. Web safe color of #852316 is #993300. Color #852316 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 00100011 00010110
Octal 205 43 26
Decimal 133 35 22
Hex 85 23 16

RGB Percentages of Color #852316

%70.00
%18.42
%11.58

CMYK Percentages of Color #852316

%0
%74
%83
%48

Triadic Colors of #852316

#852316 #168523 #231685

Analogous Colors of #852316

#852316 #855b16 #851640

Monochromatic Colors of #852316

#852316

Complementary Color

#852316 #167885

#852316 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#852316 Color Preview on White Background

Lorem ipsum dolor sit amet.

#852316 Color CSS Codes

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

#852316 Text Font Color

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

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


#852316 Background Color

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

This div background color is #852316


#852316 Border Color

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

This div border color is #852316


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #852316


Comments

No comments written yet.

Please login to write comment.