#93482E

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

Shades of Alert Tan #93482E

Tints of Alert Tan #93482E

Color information

#93482E (or 0x93482E) is unknown color: approx Alert Tan. HEX triplet: 93, 48 and 2E. RGB value is (147,72,46). Sum of RGB (Red+Green+Blue) = 147+72+46=265 (35% of max value = 765). Red value is 147 (57.81% from 255 or 55.47% from 265); Green value is 72 (28.52% from 255 or 27.17% from 265); Blue value is 46 (18.36% from 255 or 17.36% from 265); Max value from RGB is 147 - color contains mainly: red. Hex color #93482E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #93482E is #6CB7D1. Grayscale: #5B5B5B. Windows color (decimal): -7124946 or 3033235. OLE color: 3033235.

HSL color Cylindrical-coordinate representation of color #93482E: hue angle of 15.45º degrees, saturation: 0.52, 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 #93482E is Cyan = 0, Magento = 0.51, Yellow = 0.69 and Black (K on CMYK) = 0.42.

Color convert

RGB1477246-
CMYK00.510.690.42
HSL15.45º52.33%37.84%-
HSV(B)15.45º68.71%57.65%-
XYZ14.8411.043.93-
YUV91.46102.35167.61-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 55.47%
GREEN value IS 72 (28.52% from 255) = 27.17%
BLUE value IS 46 (18.36% from 255) = 17.36%
R=55.47%
G=27.17%
B=17.36%

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
Decimal147724600.510.690.4215.4552.3337.84
Hex93482E033452Af3426
Octal2231105606310552176446
Binary100100111001000101110011001110001011010101111110100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93482E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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