Color Hex Logo

#804914 Color Hex

#804914
(128,73,20)
0 Favorites   0 Comments

Color spaces of #804914

RGB 1287320
HSL0.080.730.29
HSV29°84°50°
CMYK 0.000.430.84   0.50
XYZ11.41099.40481.8757
Yxy9.40480.50290.4145
Hunter Lab30.667212.749917.8407
CIE-Lab36.752319.278639.2989

#804914 color RGB value is (128,73,20).

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

The process color (four color CMYK) of #804914 color hex is 0.00, 0.43, 0.84, 0.50. Web safe color of #804914 is #993300. Color #804914 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 01001001 00010100
Octal 200 111 24
Decimal 128 73 20
Hex 80 49 14

RGB Percentages of Color #804914

%57.92
%33.03
%9.05

CMYK Percentages of Color #804914

%0
%43
%84
%50

Triadic Colors of #804914

#804914 #148049 #491480

Analogous Colors of #804914

#804914 #807f14 #801415

Monochromatic Colors of #804914

#804914

Complementary Color

#804914 #144b80

#804914 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#804914 Color Preview on White Background

Lorem ipsum dolor sit amet.

#804914 Color CSS Codes

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

#804914 Text Font Color

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

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


#804914 Background Color

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

This div background color is #804914


#804914 Border Color

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

This div border color is #804914


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #804914


Comments

No comments written yet.

Please login to write comment.