#484545

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

Shades of Charcoal #484545

Tints of Charcoal #484545

Color information

#484545 (or 0x484545) is unknown color: approx Charcoal. HEX triplet: 48, 45 and 45. RGB value is (72,69,69). Sum of RGB (Red+Green+Blue) = 72+69+69=210 (27% of max value = 765). Red value is 72 (28.52% from 255 or 34.29% from 210); Green value is 69 (27.34% from 255 or 32.86% from 210); Blue value is 69 (27.34% from 255 or 32.86% from 210); Max value from RGB is 72 - color contains mainly: red. Hex color #484545 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #484545 is #B7BABA. Grayscale: #454545. Windows color (decimal): -12040891 or 4539720. OLE color: 4539720.

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

Color convert

RGB726969-
CMYK00.040.040.72
HSL2.13%27.65%-
HSV(B)4.17%28.24%-
XYZ5.876.066.49-
YUV69.9127.49129.5-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 34.29%
GREEN value IS 69 (27.34% from 255) = 32.86%
BLUE value IS 69 (27.34% from 255) = 32.86%
R=34.29%
G=32.86%
B=32.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.04
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72696900.040.040.7202.1327.65
Hex48454504448021c
Octal1101051050441100234
Binary1001000100010110001010100100100100001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484545

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #484545; }

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

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

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

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

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

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

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

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