Color Hex Logo

#992811 Color Hex

#992811
(153,40,17)
0 Favorites   0 Comments

Color spaces of #992811

RGB 1534017
HSL0.030.800.33
HSV10°89°60°
CMYK 0.000.740.89   0.40
XYZ13.99688.33041.4005
Yxy8.33040.58990.3511
Hunter Lab28.862436.054117.3268
CIE-Lab34.661745.668740.4876

#992811 color RGB value is (153,40,17).

#992811 hex color red value is 153, green value is 40 and the blue value of its RGB is 17. Cylindrical-coordinate representations (also known as HSL) of color #992811 hue: 0.03 , saturation: 0.80 and the lightness value of 992811 is 0.33.

The process color (four color CMYK) of #992811 color hex is 0.00, 0.74, 0.89, 0.40. Web safe color of #992811 is #993300. Color #992811 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 00101000 00010001
Octal 231 50 21
Decimal 153 40 17
Hex 99 28 11

RGB Percentages of Color #992811

%72.86
%19.05
%8.10

CMYK Percentages of Color #992811

%0
%74
%89
%40

Triadic Colors of #992811

#992811 #119928 #281199

Analogous Colors of #992811

#992811 #996c11 #99113e

Monochromatic Colors of #992811

#992811

Complementary Color

#992811 #118299

#992811 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#992811 Color Preview on White Background

Lorem ipsum dolor sit amet.

#992811 Color CSS Codes

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

#992811 Text Font Color

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

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


#992811 Background Color

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

This div background color is #992811


#992811 Border Color

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

This div border color is #992811


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(153,40,17, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #992811; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #992811;
  -webkit-box-shadow: 1px 1px 3px 2px #992811;
  box-shadow:         1px 1px 3px 2px #992811; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(153,40,17, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #992811


Comments

No comments written yet.

Please login to write comment.