Color Hex Logo

#805514 Color Hex

#805514
(128,85,20)
0 Favorites   0 Comments

Color spaces of #805514

RGB 1288520
HSL0.100.730.29
HSV36°84°50°
CMYK 0.000.340.84   0.50
XYZ12.276911.13672.1644
Yxy11.13670.48000.4354
Hunter Lab33.37177.266819.5148
CIE-Lab39.809812.188142.0458

#805514 color RGB value is (128,85,20).

#805514 hex color red value is 128, green value is 85 and the blue value of its RGB is 20. Cylindrical-coordinate representations (also known as HSL) of color #805514 hue: 0.10 , saturation: 0.73 and the lightness value of 805514 is 0.29.

The process color (four color CMYK) of #805514 color hex is 0.00, 0.34, 0.84, 0.50. Web safe color of #805514 is #996600. Color #805514 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 01010101 00010100
Octal 200 125 24
Decimal 128 85 20
Hex 80 55 14

RGB Percentages of Color #805514

%54.94
%36.48
%8.58

CMYK Percentages of Color #805514

%0
%34
%84
%50

Triadic Colors of #805514

#805514 #148055 #551480

Analogous Colors of #805514

#805514 #758014 #801f14

Monochromatic Colors of #805514

#805514

Complementary Color

#805514 #143f80

#805514 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#805514 Color Preview on White Background

Lorem ipsum dolor sit amet.

#805514 Color CSS Codes

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

#805514 Text Font Color

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

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


#805514 Background Color

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

This div background color is #805514


#805514 Border Color

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

This div border color is #805514


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(128,85,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 #805514">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #805514


Comments

No comments written yet.

Please login to write comment.