#93481F

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

Shades of Alert Tan #93481F

Tints of Alert Tan #93481F

Color information

#93481F (or 0x93481F) is unknown color: approx Alert Tan. HEX triplet: 93, 48 and 1F. RGB value is (147,72,31). Sum of RGB (Red+Green+Blue) = 147+72+31=250 (33% of max value = 765). Red value is 147 (57.81% from 255 or 58.8% from 250); Green value is 72 (28.52% from 255 or 28.8% from 250); Blue value is 31 (12.5% from 255 or 12.4% from 250); Max value from RGB is 147 - color contains mainly: red. Hex color #93481F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #93481F is #6CB7E0. Grayscale: #595959. Windows color (decimal): -7124961 or 2050195. OLE color: 2050195.

HSL color Cylindrical-coordinate representation of color #93481F: hue angle of 21.21º degrees, saturation: 0.65, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #93481F is Cyan = 0, Magento = 0.51, Yellow = 0.79 and Black (K on CMYK) = 0.42.

Color convert

RGB1477231-
CMYK00.510.790.42
HSL21.21º65.17%34.9%-
HSV(B)21.21º78.91%57.65%-
XYZ14.610.942.64-
YUV89.7594.85168.83-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 58.8%
GREEN value IS 72 (28.52% from 255) = 28.8%
BLUE value IS 31 (12.5% from 255) = 12.4%
R=58.8%
G=28.8%
B=12.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.79
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147723100.510.790.4221.2165.1734.9
Hex93481F0334F2A154123
Octal22311037063117522510143
Binary1001001110010001111101100111001111101010101011000001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93481F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93481F; }

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

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

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

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

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

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

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

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