#454838

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

Shades of Heavy Metal #454838

Tints of Heavy Metal #454838

Color information

#454838 (or 0x454838) is unknown color: approx Heavy Metal. HEX triplet: 45, 48 and 38. RGB value is (69,72,56). Sum of RGB (Red+Green+Blue) = 69+72+56=197 (26% of max value = 765). Red value is 69 (27.34% from 255 or 35.03% from 197); Green value is 72 (28.52% from 255 or 36.55% from 197); Blue value is 56 (22.27% from 255 or 28.43% from 197); Max value from RGB is 72 - color contains mainly: green. Hex color #454838 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #454838 is #BAB7C7. Grayscale: #454545. Windows color (decimal): -12236744 or 3688517. OLE color: 3688517.

HSL color Cylindrical-coordinate representation of color #454838: hue angle of 71.25º 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 #454838 is Cyan = 0.04, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.72.

Color convert

RGB697256-
CMYK0.0400.220.72
HSL71.25º12.5%25.1%-
HSV(B)71.25º22.22%28.24%-
XYZ5.496.194.65-
YUV69.28120.51127.8-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 35.03%
GREEN value IS 72 (28.52% from 255) = 36.55%
BLUE value IS 56 (22.27% from 255) = 28.43%
R=35.03%
G=36.55%
B=28.43%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal6972560.0400.220.7271.2512.525.1
Hex45483840164847d19
Octal1051107040261101071531
Binary1000101100100011100010001011010010001000111110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #454838

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #454838; }

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

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

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

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

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

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

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

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