#994B31

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

Shades of Alert Tan #994B31

Tints of Alert Tan #994B31

Color information

#994B31 (or 0x994B31) is unknown color: approx Alert Tan. HEX triplet: 99, 4B and 31. RGB value is (153,75,49). Sum of RGB (Red+Green+Blue) = 153+75+49=277 (36% of max value = 765). Red value is 153 (60.16% from 255 or 55.23% from 277); Green value is 75 (29.69% from 255 or 27.08% from 277); Blue value is 49 (19.53% from 255 or 17.69% from 277); Max value from RGB is 153 - color contains mainly: red. Hex color #994B31 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #994B31 is #66B4CE. Grayscale: #5F5F5F. Windows color (decimal): -6730959 or 3230617. OLE color: 3230617.

HSL color Cylindrical-coordinate representation of color #994B31: hue angle of 15º 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 #994B31 is Cyan = 0, Magento = 0.51, Yellow = 0.68 and Black (K on CMYK) = 0.4.

Color convert

RGB1537549-
CMYK00.510.680.4
HSL15º51.49%39.61%-
HSV(B)15º67.97%60%-
XYZ16.2112.034.37-
YUV95.36101.84169.11-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 55.23%
GREEN value IS 75 (29.69% from 255) = 27.08%
BLUE value IS 49 (19.53% from 255) = 17.69%
R=55.23%
G=27.08%
B=17.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.68
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153754900.510.680.41551.4939.61
Hex994B310334428f3328
Octal2311136106310450176350
Binary100110011001011110001011001110001001010001111110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #994B31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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