Color Hex Logo

#855601 Color Hex

#855601
(133,86,1)
0 Favorites   0 Comments

Color spaces of #855601

RGB 133861
HSL0.110.990.26
HSV39°99°52°
CMYK 0.000.350.99   0.48
XYZ13.006111.64431.5908
Yxy11.64430.49560.4437
Hunter Lab34.12378.317921.1226
CIE-Lab40.645113.495648.7708

#855601 color RGB value is (133,86,1).

#855601 hex color red value is 133, green value is 86 and the blue value of its RGB is 1. Cylindrical-coordinate representations (also known as HSL) of color #855601 hue: 0.11 , saturation: 0.99 and the lightness value of 855601 is 0.26.

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

Base Numbers

BaseRedGreenBlue
Binary 10000101 01010110 00000001
Octal 205 126 1
Decimal 133 86 1
Hex 85 56 1

RGB Percentages of Color #855601

%60.45
%39.09
%0.45

CMYK Percentages of Color #855601

%0
%35
%99
%48

Triadic Colors of #855601

#855601 #018556 #560185

Analogous Colors of #855601

#855601 #728501 #851401

Monochromatic Colors of #855601

#855601

Complementary Color

#855601 #013085

#855601 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#855601 Color Preview on White Background

Lorem ipsum dolor sit amet.

#855601 Color CSS Codes

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

#855601 Text Font Color

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

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


#855601 Background Color

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

This div background color is #855601


#855601 Border Color

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

This div border color is #855601


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #855601


Comments

No comments written yet.

Please login to write comment.