#48483D

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

Shades of Heavy Metal #48483D

Tints of Heavy Metal #48483D

Color information

#48483D (or 0x48483D) is unknown color: approx Heavy Metal. HEX triplet: 48, 48 and 3D. RGB value is (72,72,61). Sum of RGB (Red+Green+Blue) = 72+72+61=205 (27% of max value = 765). Red value is 72 (28.52% from 255 or 35.12% from 205); Green value is 72 (28.52% from 255 or 35.12% from 205); Blue value is 61 (24.22% from 255 or 29.76% from 205); Max value from RGB is 72 - color contains mainly: red, green. Hex color #48483D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48483D is #B7B7C2. Grayscale: #464646. Windows color (decimal): -12040131 or 4016200. OLE color: 4016200.

HSL color Cylindrical-coordinate representation of color #48483D: hue angle of 60º degrees, saturation: 0.08, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #48483D is Cyan = 0, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.72.

Color convert

RGB727261-
CMYK000.150.72
HSL60º8.27%26.08%-
HSV(B)60º15.28%28.24%-
XYZ5.836.355.33-
YUV70.75122.5128.89-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 35.12%
GREEN value IS 72 (28.52% from 255) = 35.12%
BLUE value IS 61 (24.22% from 255) = 29.76%
R=35.12%
G=35.12%
B=29.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal727261000.150.72608.2726.08
Hex48483D00F483c81a
Octal110110750017110741032
Binary100100010010001111010011111001000111100100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48483D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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