#992900

#992900 color hex

#992900 hex color information.
RGB value of #992900 is (153,41,0)
Change page background color to #992900 | Reset

#992900 rgb color chart

Color spaces of #992900

RGB 153410
HSL0.041.000.30
HSV16°100°60°
CMYK 0.000.731.00   0.40
XYZ13.92988.35820.8791
Yxy8.35820.60130.3608
Hunter Lab28.910635.412118.4345
CIE-Lab34.718045.004147.2845

Shades of #992900

Tints of #992900

RGB Percentages of Color #992900

%78.87
%21.13
%0.00

CMYK Percentages of Color #992900

%0
%73
%100
%40

#992900 Color Info

#992900 hex color red value is 153, green value is 41 and the blue value of its RGB is 41. Cylindrical-coordinate representations (also known as HSL) of color #992900 hue: 0.04 , saturation: 1.00 and the lightness value of 992900 is 0.30.

The process color (four color CMYK) of #992900 hex color is 0.00, 0.73, 1.00, 0.40. Web safe color of #992900 is #993300

Color #992900 contains mostly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 00101001 00000000
Octal 231 51 0
Decimal 153 41 0
Hexadecimal 99 29 0

Decimal base numbers are RGB value of the color.

Monochromatic Colors of #992900

Triadic Colors of #992900

#992900 #009928 #280099

Analogous Colors of #992900

#992900 #997500 #990023

Complementary Color of #992900

#992900 #007099

#992900 HSL Color Chart
#992900 hsl color chart
#992900 RGB Color Chart

#992900 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#992900 Color Preview on White Background

Lorem ipsum dolor sit amet.

#992900 Color CSS Codes

.mybgcolor {background-color:#992900; } 
.myforecolor {color:#992900; }
.mybordercolor {border:3px solid #992900; }
Sample text font color #992900

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

html code
<p style="color:#992900">Text here</p>
#992900 background color

This div background color is #992900

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

This div border color is #992900

<div style="border:3px solid #992900">
Div here</div>
HTML Button and Input Text Box Sample

HTML Table Border #992900 Color Sample
#992900border color

CSS3 Examples

.textShadowRgb {
    text-shadow: 4px 4px 2px rgba(153,41,0, 0.8); 
        } 
.textShadowHex { 
    text-shadow: 4px 4px 2px #992900; 
        }
.divShadow { 
    -moz-box-shadow: 1px 1px 3px 2px #992900;
  -webkit-box-shadow: 1px 1px 3px 2px #992900;
  box-shadow:         1px 1px 3px 2px #992900; 
      }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(153,41,0, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #992900">Text here</p>

This text has shadow with hex values.



Div Box Shadow

This div box has shadow with color #992900

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

Share your comments, give name to this color:



Your comment has added and will published after it's approved.
Back to top