#484A37

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

Shades of Heavy Metal #484A37

Tints of Heavy Metal #484A37

Color information

#484A37 (or 0x484A37) is unknown color: approx Heavy Metal. HEX triplet: 48, 4A and 37. RGB value is (72,74,55). Sum of RGB (Red+Green+Blue) = 72+74+55=201 (26% of max value = 765). Red value is 72 (28.52% from 255 or 35.82% from 201); Green value is 74 (29.30% from 255 or 36.82% from 201); Blue value is 55 (21.88% from 255 or 27.36% from 201); Max value from RGB is 74 - color contains mainly: green. Hex color #484A37 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #484A37 is #B7B5C8. Grayscale: #474747. Windows color (decimal): -12039625 or 3623496. OLE color: 3623496.

HSL color Cylindrical-coordinate representation of color #484A37: hue angle of 66.32º degrees, saturation: 0.15, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #484A37 is Cyan = 0.03, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.71.

Color convert

RGB727455-
CMYK0.0300.260.71
HSL66.32º14.73%25.29%-
HSV(B)66.32º25.68%29.02%-
XYZ5.816.554.57-
YUV71.24118.84128.54-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 35.82%
GREEN value IS 74 (29.30% from 255) = 36.82%
BLUE value IS 55 (21.88% from 255) = 27.36%
R=35.82%
G=36.82%
B=27.36%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7274550.0300.260.7166.3214.7325.29
Hex484A37301A4742f19
Octal1101126730321071021731
Binary100100010010101101111101101010001111000010111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484A37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #484A37; }

 p { color: rgb(72,74,55); }

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

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

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

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

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

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

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