#93482D

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

Shades of Alert Tan #93482D

Tints of Alert Tan #93482D

Color information

#93482D (or 0x93482D) is unknown color: approx Alert Tan. HEX triplet: 93, 48 and 2D. RGB value is (147,72,45). Sum of RGB (Red+Green+Blue) = 147+72+45=264 (34% of max value = 765). Red value is 147 (57.81% from 255 or 55.68% from 264); Green value is 72 (28.52% from 255 or 27.27% from 264); Blue value is 45 (17.97% from 255 or 17.05% from 264); Max value from RGB is 147 - color contains mainly: red. Hex color #93482D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #93482D is #6CB7D2. Grayscale: #5B5B5B. Windows color (decimal): -7124947 or 2967699. OLE color: 2967699.

HSL color Cylindrical-coordinate representation of color #93482D: hue angle of 15.88º degrees, saturation: 0.53, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #93482D is Cyan = 0, Magento = 0.51, Yellow = 0.69 and Black (K on CMYK) = 0.42.

Color convert

RGB1477245-
CMYK00.510.690.42
HSL15.88º53.12%37.65%-
HSV(B)15.88º69.39%57.65%-
XYZ14.8211.033.83-
YUV91.35101.85167.7-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 55.68%
GREEN value IS 72 (28.52% from 255) = 27.27%
BLUE value IS 45 (17.97% from 255) = 17.05%
R=55.68%
G=27.27%
B=17.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.69
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147724500.510.690.4215.8853.1237.65
Hex93482D033452A103526
Octal2231105506310552206546
Binary1001001110010001011010110011100010110101010000110101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93482D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93482D; }

 p { color: rgb(147,72,45); }

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

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

 a { background-color: rgb(147,72,45); }

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

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

 span { border-color: rgb(147,72,45); }

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