Color Hex Logo

#805510 Color Hex

#805510
(128,85,16)
0 Favorites   0 Comments

Color spaces of #805510

RGB 1288516
HSL0.100.780.28
HSV37°88°50°
CMYK 0.000.340.88   0.50
XYZ12.244111.12361.9919
Yxy11.12360.48280.4386
Hunter Lab33.35217.164219.8054
CIE-Lab39.787912.057243.4874

#805510 color RGB value is (128,85,16).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 01010101 00010000
Octal 200 125 20
Decimal 128 85 16
Hex 80 55 10

RGB Percentages of Color #805510

%55.90
%37.12
%6.99

CMYK Percentages of Color #805510

%0
%34
%88
%50

Triadic Colors of #805510

#805510 #108055 #551080

Analogous Colors of #805510

#805510 #738010 #801d10

Monochromatic Colors of #805510

#805510

Complementary Color

#805510 #103b80

#805510 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#805510 Color Preview on White Background

Lorem ipsum dolor sit amet.

#805510 Color CSS Codes

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

#805510 Text Font Color

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

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


#805510 Background Color

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

This div background color is #805510


#805510 Border Color

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

This div border color is #805510


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #805510


Comments

No comments written yet.

Please login to write comment.