#48493D

Color #48493D Heavy Metal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Heavy Metal #48493D

Tints of Heavy Metal #48493D

Color information

#48493D (or 0x48493D) is unknown color: approx Heavy Metal. HEX triplet: 48, 49 and 3D. RGB value is (72,73,61). Sum of RGB (Red+Green+Blue) = 72+73+61=206 (27% of max value = 765). Red value is 72 (28.52% from 255 or 34.95% from 206); Green value is 73 (28.91% from 255 or 35.44% from 206); Blue value is 61 (24.22% from 255 or 29.61% from 206); Max value from RGB is 73 - color contains mainly: green. Hex color #48493D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48493D is #B7B6C2. Grayscale: #474747. Windows color (decimal): -12039875 or 4016456. OLE color: 4016456.

HSL color Cylindrical-coordinate representation of color #48493D: hue angle of 65º degrees, saturation: 0.09, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #48493D is Cyan = 0.01, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.71.

Color convert

RGB727361-
CMYK0.0100.160.71
HSL65º8.96%26.27%-
HSV(B)65º16.44%28.63%-
XYZ5.96.485.35-
YUV71.33122.17128.48-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 34.95%
GREEN value IS 73 (28.91% from 255) = 35.44%
BLUE value IS 61 (24.22% from 255) = 29.61%
R=34.95%
G=35.44%
B=29.61%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7273610.0100.160.71658.9626.27
Hex48493D1010474191a
Octal1101117510201071011132
Binary10010001001001111101101000010001111000001100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48493D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,73,61); }

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

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

 a { background-color: rgb(72,73,61); }

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

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

 span { border-color: rgb(72,73,61); }

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