#994E31

Color #994E31 Alert Tan (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Alert Tan #994E31

Tints of Alert Tan #994E31

Color information

#994E31 (or 0x994E31) is unknown color: approx Alert Tan. HEX triplet: 99, 4E and 31. RGB value is (153,78,49). Sum of RGB (Red+Green+Blue) = 153+78+49=280 (37% of max value = 765). Red value is 153 (60.16% from 255 or 54.64% from 280); Green value is 78 (30.86% from 255 or 27.86% from 280); Blue value is 49 (19.53% from 255 or 17.5% from 280); Max value from RGB is 153 - color contains mainly: red. Hex color #994E31 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #994E31 is #66B1CE. Grayscale: #616161. Windows color (decimal): -6730191 or 3231385. OLE color: 3231385.

HSL color Cylindrical-coordinate representation of color #994E31: hue angle of 16.73º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #994E31 is Cyan = 0, Magento = 0.49, Yellow = 0.68 and Black (K on CMYK) = 0.4.

Color convert

RGB1537849-
CMYK00.490.680.4
HSL16.73º51.49%39.61%-
HSV(B)16.73º67.97%60%-
XYZ16.4212.444.44-
YUV97.12100.85167.86-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 153 (60.16% from 255) = 54.64%
GREEN value IS 78 (30.86% from 255) = 27.86%
BLUE value IS 49 (19.53% from 255) = 17.5%
R=54.64%
G=27.86%
B=17.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.68
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153784900.490.680.416.7351.4939.61
Hex994E310314428113328
Octal2311166106110450216350
Binary1001100110011101100010110001100010010100010001110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #994E31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #994E31; }

 p { color: rgb(153,78,49); }

 H1.HeaderClassName
 {
   color: #994E31;
 }
 .AnyTagClassName
 {
   color: #994E31;
 }
</style>
background-color css

<style>
 a { background-color: #994E31; }

 a { background-color: rgb(153,78,49); }

 div.DivClassName
 {
   background-color: #994E31;
 }
 .BgClassName
 {
   background-color: #994E31;
 }
</style>
border-color css

<style>
 span { border-color: #994E31; }

 span { border-color: rgb(153,78,49); }

 td.TdClassName
 {
   border-color: #994E31;
 }
 .TagClassName
 {
   border-color: #994E31;
 }
</style>