#994820

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

Shades of Alert Tan #994820

Tints of Alert Tan #994820

Color information

#994820 (or 0x994820) is unknown color: approx Alert Tan. HEX triplet: 99, 48 and 20. RGB value is (153,72,32). Sum of RGB (Red+Green+Blue) = 153+72+32=257 (34% of max value = 765). Red value is 153 (60.16% from 255 or 59.53% from 257); Green value is 72 (28.52% from 255 or 28.02% from 257); Blue value is 32 (12.89% from 255 or 12.45% from 257); Max value from RGB is 153 - color contains mainly: red. Hex color #994820 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #994820 is #66B7DF. Grayscale: #5B5B5B. Windows color (decimal): -6731744 or 2115737. OLE color: 2115737.

HSL color Cylindrical-coordinate representation of color #994820: hue angle of 19.83º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #994820 is Cyan = 0, Magento = 0.53, Yellow = 0.79 and Black (K on CMYK) = 0.4.

Color convert

RGB1537232-
CMYK00.530.790.4
HSL19.83º65.41%36.27%-
HSV(B)19.83º79.08%60%-
XYZ15.7111.512.76-
YUV91.6694.34171.75-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 59.53%
GREEN value IS 72 (28.52% from 255) = 28.02%
BLUE value IS 32 (12.89% from 255) = 12.45%
R=59.53%
G=28.02%
B=12.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.79
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153723200.530.790.419.8365.4136.27
Hex9948200354F28144124
Octal23111040065117502410144
Binary10011001100100010000001101011001111101000101001000001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #994820

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #994820; }

 p { color: rgb(153,72,32); }

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

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

 a { background-color: rgb(153,72,32); }

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

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

 span { border-color: rgb(153,72,32); }

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