Color Hex Logo

#886541 Color Hex

#886541
(136,101,65)
0 Favorites   0 Comments

Color spaces of #886541

RGB 13610165
HSL0.080.350.39
HSV30°52°53°
CMYK 0.000.260.52   0.47
XYZ15.761214.92337.0508
Yxy14.92330.41770.3955
Hunter Lab38.63075.223716.2200
CIE-Lab45.52909.485825.7708

#886541 color RGB value is (136,101,65).

#886541 hex color red value is 136, green value is 101 and the blue value of its RGB is 65. Cylindrical-coordinate representations (also known as HSL) of color #886541 hue: 0.08 , saturation: 0.35 and the lightness value of 886541 is 0.39.

The process color (four color CMYK) of #886541 color hex is 0.00, 0.26, 0.52, 0.47. Web safe color of #886541 is #996633. Color #886541 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 01100101 01000001
Octal 210 145 101
Decimal 136 101 65
Hex 88 65 41

RGB Percentages of Color #886541

%45.03
%33.44
%21.52

CMYK Percentages of Color #886541

%0
%26
%52
%47

Triadic Colors of #886541

#886541 #418865 #654188

Analogous Colors of #886541

#886541 #888841 #884241

Monochromatic Colors of #886541

#886541

Complementary Color

#886541 #416488

#886541 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#886541 Color Preview on White Background

Lorem ipsum dolor sit amet.

#886541 Color CSS Codes

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

#886541 Text Font Color

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

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


#886541 Background Color

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

This div background color is #886541


#886541 Border Color

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

This div border color is #886541


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(136,101,65, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #886541; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #886541;
  -webkit-box-shadow: 1px 1px 3px 2px #886541;
  box-shadow:         1px 1px 3px 2px #886541; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(136,101,65, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #886541


Comments

No comments written yet.

Please login to write comment.