Color Hex Logo

#856914 Color Hex

#856914
(133,105,20)
0 Favorites   0 Comments

Color spaces of #856914

RGB 13310520
HSL0.130.740.30
HSV45°85°52°
CMYK 0.000.210.85   0.48
XYZ14.850715.14022.8015
Yxy15.14020.45290.4617
Hunter Lab38.91040.033822.9685
CIE-Lab45.82562.812247.5522

#856914 color RGB value is (133,105,20).

#856914 hex color red value is 133, green value is 105 and the blue value of its RGB is 20. Cylindrical-coordinate representations (also known as HSL) of color #856914 hue: 0.13 , saturation: 0.74 and the lightness value of 856914 is 0.30.

The process color (four color CMYK) of #856914 color hex is 0.00, 0.21, 0.85, 0.48. Web safe color of #856914 is #996600. Color #856914 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 01101001 00010100
Octal 205 151 24
Decimal 133 105 20
Hex 85 69 14

RGB Percentages of Color #856914

%51.55
%40.70
%7.75

CMYK Percentages of Color #856914

%0
%21
%85
%48

Triadic Colors of #856914

#856914 #148569 #691485

Analogous Colors of #856914

#856914 #698514 #853114

Monochromatic Colors of #856914

#856914

Complementary Color

#856914 #143085

#856914 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#856914 Color Preview on White Background

Lorem ipsum dolor sit amet.

#856914 Color CSS Codes

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

#856914 Text Font Color

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

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


#856914 Background Color

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

This div background color is #856914


#856914 Border Color

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

This div border color is #856914


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #856914


Comments

No comments written yet.

Please login to write comment.