Color Hex Logo

#852418 Color Hex

#852418
(133,36,24)
0 Favorites   0 Comments

Color spaces of #852418

RGB 1333624
HSL0.020.690.31
HSV82°52°
CMYK 0.000.730.82   0.48
XYZ10.46866.31421.5312
Yxy6.31420.57160.3448
Hunter Lab25.128130.390713.9768
CIE-Lab30.191740.571331.3661

#852418 color RGB value is (133,36,24).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000101 00100100 00011000
Octal 205 44 30
Decimal 133 36 24
Hex 85 24 18

RGB Percentages of Color #852418

%68.91
%18.65
%12.44

CMYK Percentages of Color #852418

%0
%73
%82
%48

Triadic Colors of #852418

#852418 #188524 #241885

Analogous Colors of #852418

#852418 #855b18 #851842

Monochromatic Colors of #852418

#852418

Complementary Color

#852418 #187985

#852418 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#852418 Color Preview on White Background

Lorem ipsum dolor sit amet.

#852418 Color CSS Codes

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

#852418 Text Font Color

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

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


#852418 Background Color

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

This div background color is #852418


#852418 Border Color

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

This div border color is #852418


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #852418


Comments

No comments written yet.

Please login to write comment.