#994F2D

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

Shades of Alert Tan #994F2D

Tints of Alert Tan #994F2D

Color information

#994F2D (or 0x994F2D) is unknown color: approx Alert Tan. HEX triplet: 99, 4F and 2D. RGB value is (153,79,45). Sum of RGB (Red+Green+Blue) = 153+79+45=277 (36% of max value = 765). Red value is 153 (60.16% from 255 or 55.23% from 277); Green value is 79 (31.25% from 255 or 28.52% from 277); Blue value is 45 (17.97% from 255 or 16.25% from 277); Max value from RGB is 153 - color contains mainly: red. Hex color #994F2D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #994F2D is #66B0D2. Grayscale: #616161. Windows color (decimal): -6729939 or 2969497. OLE color: 2969497.

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

Color convert

RGB1537945-
CMYK00.480.710.4
HSL18.89º54.55%38.82%-
HSV(B)18.89º70.59%60%-
XYZ16.4112.554.04-
YUV97.2598.52167.76-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 55.23%
GREEN value IS 79 (31.25% from 255) = 28.52%
BLUE value IS 45 (17.97% from 255) = 16.25%
R=55.23%
G=28.52%
B=16.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.71
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153794500.480.710.418.8954.5538.82
Hex994F2D0304728133727
Octal2311175506010750236747
Binary1001100110011111011010110000100011110100010011110111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #994F2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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