Color Hex Logo

#805419 Color Hex

#805419
(128,84,25)
0 Favorites   0 Comments

Color spaces of #805419

RGB 1288425
HSL0.100.670.30
HSV34°80°50°
CMYK 0.000.340.80   0.50
XYZ12.247911.00002.3974
Yxy11.00000.47760.4289
Hunter Lab33.16627.877018.9306
CIE-Lab39.580512.977339.7722

#805419 color RGB value is (128,84,25).

#805419 hex color red value is 128, green value is 84 and the blue value of its RGB is 25. Cylindrical-coordinate representations (also known as HSL) of color #805419 hue: 0.10 , saturation: 0.67 and the lightness value of 805419 is 0.30.

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 01010100 00011001
Octal 200 124 31
Decimal 128 84 25
Hex 80 54 19

RGB Percentages of Color #805419

%54.01
%35.44
%10.55

CMYK Percentages of Color #805419

%0
%34
%80
%50

Triadic Colors of #805419

#805419 #198054 #541980

Analogous Colors of #805419

#805419 #798019 #802019

Monochromatic Colors of #805419

#805419

Complementary Color

#805419 #194580

#805419 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#805419 Color Preview on White Background

Lorem ipsum dolor sit amet.

#805419 Color CSS Codes

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

#805419 Text Font Color

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

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


#805419 Background Color

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

This div background color is #805419


#805419 Border Color

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

This div border color is #805419


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #805419


Comments

No comments written yet.

Please login to write comment.