Color Hex Logo

#855133 Color Hex

#855133
(133,81,51)
0 Favorites   0 Comments

Color spaces of #855133

RGB 1338151
HSL0.060.450.36
HSV22°62°52°
CMYK 0.000.390.62   0.48
XYZ13.212811.11044.5801
Yxy11.11040.45710.3844
Hunter Lab33.332312.425315.1857
CIE-Lab39.765818.643626.5919

#855133 color RGB value is (133,81,51).

#855133 hex color red value is 133, green value is 81 and the blue value of its RGB is 51. Cylindrical-coordinate representations (also known as HSL) of color #855133 hue: 0.06 , saturation: 0.45 and the lightness value of 855133 is 0.36.

The process color (four color CMYK) of #855133 color hex is 0.00, 0.39, 0.62, 0.48. Web safe color of #855133 is #996633. Color #855133 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 01010001 00110011
Octal 205 121 63
Decimal 133 81 51
Hex 85 51 33

RGB Percentages of Color #855133

%50.19
%30.57
%19.25

CMYK Percentages of Color #855133

%0
%39
%62
%48

Triadic Colors of #855133

#855133 #338551 #513385

Analogous Colors of #855133

#855133 #857a33 #85333e

Monochromatic Colors of #855133

#855133

Complementary Color

#855133 #336785

#855133 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#855133 Color Preview on White Background

Lorem ipsum dolor sit amet.

#855133 Color CSS Codes

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

#855133 Text Font Color

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

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


#855133 Background Color

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

This div background color is #855133


#855133 Border Color

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

This div border color is #855133


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #855133


Comments

No comments written yet.

Please login to write comment.