Color Hex Logo

#854116 Color Hex

#854116
(133,65,22)
0 Favorites   0 Comments

Color spaces of #854116

RGB 1336522
HSL0.060.720.30
HSV23°83°52°
CMYK 0.000.510.83   0.48
XYZ11.70808.82511.8454
Yxy8.82510.52320.3944
Hunter Lab29.707118.362117.1119
CIE-Lab35.645326.172337.6701

#854116 color RGB value is (133,65,22).

#854116 hex color red value is 133, green value is 65 and the blue value of its RGB is 22. Cylindrical-coordinate representations (also known as HSL) of color #854116 hue: 0.06 , saturation: 0.72 and the lightness value of 854116 is 0.30.

The process color (four color CMYK) of #854116 color hex is 0.00, 0.51, 0.83, 0.48. Web safe color of #854116 is #993300. Color #854116 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 01000001 00010110
Octal 205 101 26
Decimal 133 65 22
Hex 85 41 16

RGB Percentages of Color #854116

%60.45
%29.55
%10.00

CMYK Percentages of Color #854116

%0
%51
%83
%48

Triadic Colors of #854116

#854116 #168541 #411685

Analogous Colors of #854116

#854116 #857916 #851622

Monochromatic Colors of #854116

#854116

Complementary Color

#854116 #165a85

#854116 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#854116 Color Preview on White Background

Lorem ipsum dolor sit amet.

#854116 Color CSS Codes

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

#854116 Text Font Color

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

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


#854116 Background Color

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

This div background color is #854116


#854116 Border Color

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

This div border color is #854116


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #854116


Comments

No comments written yet.

Please login to write comment.