#494B38

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

Shades of Heavy Metal #494B38

Tints of Heavy Metal #494B38

Color information

#494B38 (or 0x494B38) is unknown color: approx Heavy Metal. HEX triplet: 49, 4B and 38. RGB value is (73,75,56). Sum of RGB (Red+Green+Blue) = 73+75+56=204 (27% of max value = 765). Red value is 73 (28.91% from 255 or 35.78% from 204); Green value is 75 (29.69% from 255 or 36.76% from 204); Blue value is 56 (22.27% from 255 or 27.45% from 204); Max value from RGB is 75 - color contains mainly: green. Hex color #494B38 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #494B38 is #B6B4C7. Grayscale: #484848. Windows color (decimal): -11973832 or 3689289. OLE color: 3689289.

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

Color convert

RGB737556-
CMYK0.0300.250.71
HSL66.32º14.5%25.69%-
HSV(B)66.32º25.33%29.41%-
XYZ5.986.734.73-
YUV72.24118.84128.54-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 35.78%
GREEN value IS 75 (29.69% from 255) = 36.76%
BLUE value IS 56 (22.27% from 255) = 27.45%
R=35.78%
G=36.76%
B=27.45%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7375560.0300.250.7166.3214.525.69
Hex494B3830194742f1a
Octal1111137030311071021732
Binary100100110010111110001101100110001111000010111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494B38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #494B38; }

 p { color: rgb(73,75,56); }

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

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

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

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

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

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

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