Color Hex Logo

#884912 Color Hex

#884912
(136,73,18)
0 Favorites   0 Comments

Color spaces of #884912

RGB 1367318
HSL0.080.770.30
HSV28°87°53°
CMYK 0.000.460.87   0.47
XYZ12.645110.04301.8443
Yxy10.04300.51540.4094
Hunter Lab31.690715.765718.7330
CIE-Lab37.919522.837741.6012

#884912 color RGB value is (136,73,18).

#884912 hex color red value is 136, green value is 73 and the blue value of its RGB is 18. Cylindrical-coordinate representations (also known as HSL) of color #884912 hue: 0.08 , saturation: 0.77 and the lightness value of 884912 is 0.30.

The process color (four color CMYK) of #884912 color hex is 0.00, 0.46, 0.87, 0.47. Web safe color of #884912 is #993300. Color #884912 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 01001001 00010010
Octal 210 111 22
Decimal 136 73 18
Hex 88 49 12

RGB Percentages of Color #884912

%59.91
%32.16
%7.93

CMYK Percentages of Color #884912

%0
%46
%87
%47

Triadic Colors of #884912

#884912 #128849 #491288

Analogous Colors of #884912

#884912 #888412 #881216

Monochromatic Colors of #884912

#884912

Complementary Color

#884912 #125188

#884912 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#884912 Color Preview on White Background

Lorem ipsum dolor sit amet.

#884912 Color CSS Codes

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

#884912 Text Font Color

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

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


#884912 Background Color

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

This div background color is #884912


#884912 Border Color

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

This div border color is #884912


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #884912


Comments

No comments written yet.

Please login to write comment.