Color Hex Logo

#855204 Color Hex

#855204
(133,82,4)
0 Favorites   0 Comments

Color spaces of #855204

RGB 133824
HSL0.100.940.27
HSV36°97°52°
CMYK 0.000.380.97   0.48
XYZ12.712111.02991.5738
Yxy11.02990.50210.4357
Hunter Lab33.211310.203720.4383
CIE-Lab39.630815.911547.1967

#855204 color RGB value is (133,82,4).

#855204 hex color red value is 133, green value is 82 and the blue value of its RGB is 4. Cylindrical-coordinate representations (also known as HSL) of color #855204 hue: 0.10 , saturation: 0.94 and the lightness value of 855204 is 0.27.

The process color (four color CMYK) of #855204 color hex is 0.00, 0.38, 0.97, 0.48. Web safe color of #855204 is #996600. Color #855204 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 01010010 00000100
Octal 205 122 4
Decimal 133 82 4
Hex 85 52 4

RGB Percentages of Color #855204

%60.73
%37.44
%1.83

CMYK Percentages of Color #855204

%0
%38
%97
%48

Triadic Colors of #855204

#855204 #048552 #520485

Analogous Colors of #855204

#855204 #788504 #851204

Monochromatic Colors of #855204

#855204

Complementary Color

#855204 #043785

#855204 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#855204 Color Preview on White Background

Lorem ipsum dolor sit amet.

#855204 Color CSS Codes

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

#855204 Text Font Color

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

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


#855204 Background Color

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

This div background color is #855204


#855204 Border Color

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

This div border color is #855204


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #855204


Comments

No comments written yet.

Please login to write comment.