#994B2D

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

Shades of Alert Tan #994B2D

Tints of Alert Tan #994B2D

Color information

#994B2D (or 0x994B2D) is unknown color: approx Alert Tan. HEX triplet: 99, 4B and 2D. RGB value is (153,75,45). Sum of RGB (Red+Green+Blue) = 153+75+45=273 (36% of max value = 765). Red value is 153 (60.16% from 255 or 56.04% from 273); Green value is 75 (29.69% from 255 or 27.47% from 273); Blue value is 45 (17.97% from 255 or 16.48% from 273); Max value from RGB is 153 - color contains mainly: red. Hex color #994B2D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #994B2D is #66B4D2. Grayscale: #5F5F5F. Windows color (decimal): -6730963 or 2968473. OLE color: 2968473.

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

Color convert

RGB1537545-
CMYK00.510.710.4
HSL16.67º54.55%38.82%-
HSV(B)16.67º70.59%60%-
XYZ16.1311.993.95-
YUV94.999.84169.44-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 56.04%
GREEN value IS 75 (29.69% from 255) = 27.47%
BLUE value IS 45 (17.97% from 255) = 16.48%
R=56.04%
G=27.47%
B=16.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.71
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153754500.510.710.416.6754.5538.82
Hex994B2D0334728113727
Octal2311135506310750216747
Binary1001100110010111011010110011100011110100010001110111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #994B2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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