#94492B

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

Shades of Alert Tan #94492B

Tints of Alert Tan #94492B

Color information

#94492B (or 0x94492B) is unknown color: approx Alert Tan. HEX triplet: 94, 49 and 2B. RGB value is (148,73,43). Sum of RGB (Red+Green+Blue) = 148+73+43=264 (34% of max value = 765). Red value is 148 (58.20% from 255 or 56.06% from 264); Green value is 73 (28.91% from 255 or 27.65% from 264); Blue value is 43 (17.19% from 255 or 16.29% from 264); Max value from RGB is 148 - color contains mainly: red. Hex color #94492B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #94492B is #6BB6D4. Grayscale: #5C5C5C. Windows color (decimal): -7059157 or 2836884. OLE color: 2836884.

HSL color Cylindrical-coordinate representation of color #94492B: hue angle of 17.14º degrees, saturation: 0.55, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #94492B is Cyan = 0, Magento = 0.51, Yellow = 0.71 and Black (K on CMYK) = 0.42.

Color convert

RGB1487343-
CMYK00.510.710.42
HSL17.14º54.97%37.45%-
HSV(B)17.14º70.95%58.04%-
XYZ15.0311.243.66-
YUV92100.35167.94-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 56.06%
GREEN value IS 73 (28.91% from 255) = 27.65%
BLUE value IS 43 (17.19% from 255) = 16.29%
R=56.06%
G=27.65%
B=16.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.71
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148734300.510.710.4217.1454.9737.45
Hex94492B033472A113725
Octal2241115306310752216745
Binary1001010010010011010110110011100011110101010001110111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94492B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94492B; }

 p { color: rgb(148,73,43); }

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

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

 a { background-color: rgb(148,73,43); }

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

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

 span { border-color: rgb(148,73,43); }

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