#48483C

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

Shades of Heavy Metal #48483C

Tints of Heavy Metal #48483C

Color information

#48483C (or 0x48483C) is unknown color: approx Heavy Metal. HEX triplet: 48, 48 and 3C. RGB value is (72,72,60). Sum of RGB (Red+Green+Blue) = 72+72+60=204 (27% of max value = 765). Red value is 72 (28.52% from 255 or 35.29% from 204); Green value is 72 (28.52% from 255 or 35.29% from 204); Blue value is 60 (23.83% from 255 or 29.41% from 204); Max value from RGB is 72 - color contains mainly: red, green. Hex color #48483C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48483C is #B7B7C3. Grayscale: #464646. Windows color (decimal): -12040132 or 3950664. OLE color: 3950664.

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

Color convert

RGB727260-
CMYK000.170.72
HSL60º9.09%25.88%-
HSV(B)60º16.67%28.24%-
XYZ5.816.345.19-
YUV70.63122128.98-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 35.29%
GREEN value IS 72 (28.52% from 255) = 35.29%
BLUE value IS 60 (23.83% from 255) = 29.41%
R=35.29%
G=35.29%
B=29.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal727260000.170.72609.0925.88
Hex48483C0011483c91a
Octal110110740021110741132
Binary1001000100100011110000100011001000111100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48483C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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