#484839

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

Shades of Heavy Metal #484839

Tints of Heavy Metal #484839

Color information

#484839 (or 0x484839) is unknown color: approx Heavy Metal. HEX triplet: 48, 48 and 39. RGB value is (72,72,57). Sum of RGB (Red+Green+Blue) = 72+72+57=201 (26% of max value = 765). Red value is 72 (28.52% from 255 or 35.82% from 201); Green value is 72 (28.52% from 255 or 35.82% from 201); Blue value is 57 (22.66% from 255 or 28.36% from 201); Max value from RGB is 72 - color contains mainly: red, green. Hex color #484839 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #484839 is #B7B7C6. Grayscale: #464646. Windows color (decimal): -12040135 or 3754056. OLE color: 3754056.

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

Color convert

RGB727257-
CMYK000.210.72
HSL60º11.63%25.29%-
HSV(B)60º20.83%28.24%-
XYZ5.736.314.79-
YUV70.29120.5129.22-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 35.82%
GREEN value IS 72 (28.52% from 255) = 35.82%
BLUE value IS 57 (22.66% from 255) = 28.36%
R=35.82%
G=35.82%
B=28.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal727257000.210.726011.6325.29
Hex4848390015483cc19
Octal110110710025110741431
Binary1001000100100011100100101011001000111100110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484839

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #484839; }

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

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

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

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

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

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

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

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