#484838

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

Shades of Heavy Metal #484838

Tints of Heavy Metal #484838

Color information

#484838 (or 0x484838) is unknown color: approx Heavy Metal. HEX triplet: 48, 48 and 38. RGB value is (72,72,56). Sum of RGB (Red+Green+Blue) = 72+72+56=200 (26% of max value = 765). Red value is 72 (28.52% from 255 or 36% from 200); Green value is 72 (28.52% from 255 or 36% from 200); Blue value is 56 (22.27% from 255 or 28% from 200); Max value from RGB is 72 - color contains mainly: red, green. Hex color #484838 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #484838 is #B7B7C7. Grayscale: #464646. Windows color (decimal): -12040136 or 3688520. OLE color: 3688520.

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

Color convert

RGB727256-
CMYK000.220.72
HSL60º12.5%25.1%-
HSV(B)60º22.22%28.24%-
XYZ5.76.34.66-
YUV70.18120129.3-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 36%
GREEN value IS 72 (28.52% from 255) = 36%
BLUE value IS 56 (22.27% from 255) = 28%
R=36%
G=36%
B=28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal727256000.220.726012.525.1
Hex4848380016483cd19
Octal110110700026110741531
Binary1001000100100011100000101101001000111100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484838

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #484838; }

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

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

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

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

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

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

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

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