Color Hex Logo

#852414 Color Hex

#852414
(133,36,20)
0 Favorites   0 Comments

Color spaces of #852414

RGB 1333620
HSL0.020.740.30
HSV85°52°
CMYK 0.000.730.85   0.48
XYZ10.43006.29881.3279
Yxy6.29880.57760.3488
Hunter Lab25.097430.260714.4312
CIE-Lab30.154140.438433.5400

#852414 color RGB value is (133,36,20).

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

The process color (four color CMYK) of #852414 color hex is 0.00, 0.73, 0.85, 0.48. Web safe color of #852414 is #993300. Color #852414 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 00100100 00010100
Octal 205 44 24
Decimal 133 36 20
Hex 85 24 14

RGB Percentages of Color #852414

%70.37
%19.05
%10.58

CMYK Percentages of Color #852414

%0
%73
%85
%48

Triadic Colors of #852414

#852414 #148524 #241485

Analogous Colors of #852414

#852414 #855c14 #85143d

Monochromatic Colors of #852414

#852414

Complementary Color

#852414 #147585

#852414 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#852414 Color Preview on White Background

Lorem ipsum dolor sit amet.

#852414 Color CSS Codes

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

#852414 Text Font Color

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

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


#852414 Background Color

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

This div background color is #852414


#852414 Border Color

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

This div border color is #852414


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #852414


Comments

No comments written yet.

Please login to write comment.