Color Hex Logo

#855715 Color Hex

#855715
(133,87,21)
0 Favorites   0 Comments

Color spaces of #855715

RGB 1338721
HSL0.100.730.30
HSV35°84°52°
CMYK 0.000.350.84   0.48
XYZ13.216411.85712.3015
Yxy11.85710.48280.4331
Hunter Lab34.43418.251520.1411
CIE-Lab40.988113.398542.9568

#855715 color RGB value is (133,87,21).

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

The process color (four color CMYK) of #855715 color hex is 0.00, 0.35, 0.84, 0.48. Web safe color of #855715 is #996600. Color #855715 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 01010111 00010101
Octal 205 127 25
Decimal 133 87 21
Hex 85 57 15

RGB Percentages of Color #855715

%55.19
%36.10
%8.71

CMYK Percentages of Color #855715

%0
%35
%84
%48

Triadic Colors of #855715

#855715 #158557 #571585

Analogous Colors of #855715

#855715 #7b8515 #851f15

Monochromatic Colors of #855715

#855715

Complementary Color

#855715 #154385

#855715 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#855715 Color Preview on White Background

Lorem ipsum dolor sit amet.

#855715 Color CSS Codes

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

#855715 Text Font Color

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

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


#855715 Background Color

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

This div background color is #855715


#855715 Border Color

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

This div border color is #855715


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(133,87,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 #855715">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #855715


Comments

No comments written yet.

Please login to write comment.