Color Hex Logo

#855019 Color Hex

#855019
(133,80,25)
0 Favorites   0 Comments

Color spaces of #855019

RGB 1338025
HSL0.080.680.31
HSV31°81°52°
CMYK 0.000.400.81   0.48
XYZ12.717010.79412.3329
Yxy10.79410.49210.4177
Hunter Lab32.854411.597118.7880
CIE-Lab39.231517.665439.6778

#855019 color RGB value is (133,80,25).

#855019 hex color red value is 133, green value is 80 and the blue value of its RGB is 25. Cylindrical-coordinate representations (also known as HSL) of color #855019 hue: 0.08 , saturation: 0.68 and the lightness value of 855019 is 0.31.

The process color (four color CMYK) of #855019 color hex is 0.00, 0.40, 0.81, 0.48. Web safe color of #855019 is #996600. Color #855019 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 01010000 00011001
Octal 205 120 31
Decimal 133 80 25
Hex 85 50 19

RGB Percentages of Color #855019

%55.88
%33.61
%10.50

CMYK Percentages of Color #855019

%0
%40
%81
%48

Triadic Colors of #855019

#855019 #198550 #501985

Analogous Colors of #855019

#855019 #848519 #851a19

Monochromatic Colors of #855019

#855019

Complementary Color

#855019 #194e85

#855019 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#855019 Color Preview on White Background

Lorem ipsum dolor sit amet.

#855019 Color CSS Codes

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

#855019 Text Font Color

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

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


#855019 Background Color

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

This div background color is #855019


#855019 Border Color

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

This div border color is #855019


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #855019


Comments

No comments written yet.

Please login to write comment.