#994D32

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

Shades of Alert Tan #994D32

Tints of Alert Tan #994D32

Color information

#994D32 (or 0x994D32) is unknown color: approx Alert Tan. HEX triplet: 99, 4D and 32. RGB value is (153,77,50). Sum of RGB (Red+Green+Blue) = 153+77+50=280 (37% of max value = 765). Red value is 153 (60.16% from 255 or 54.64% from 280); Green value is 77 (30.47% from 255 or 27.5% from 280); Blue value is 50 (19.92% from 255 or 17.86% from 280); Max value from RGB is 153 - color contains mainly: red. Hex color #994D32 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #994D32 is #66B2CD. Grayscale: #606060. Windows color (decimal): -6730446 or 3296665. OLE color: 3296665.

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

Color convert

RGB1537750-
CMYK00.500.670.4
HSL15.73º50.74%39.8%-
HSV(B)15.73º67.32%60%-
XYZ16.3712.314.53-
YUV96.65101.68168.2-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 54.64%
GREEN value IS 77 (30.47% from 255) = 27.5%
BLUE value IS 50 (19.92% from 255) = 17.86%
R=54.64%
G=27.5%
B=17.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.67
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153775000.500.670.415.7350.7439.8
Hex994D320324328103328
Octal2311156206210350206350
Binary1001100110011011100100110010100001110100010000110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #994D32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,77,50); }

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

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

 a { background-color: rgb(153,77,50); }

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

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

 span { border-color: rgb(153,77,50); }

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