#454040

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

Shades of Charcoal #454040

Tints of Charcoal #454040

Color information

#454040 (or 0x454040) is unknown color: approx Charcoal. HEX triplet: 45, 40 and 40. RGB value is (69,64,64). Sum of RGB (Red+Green+Blue) = 69+64+64=197 (26% of max value = 765). Red value is 69 (27.34% from 255 or 35.03% from 197); Green value is 64 (25.39% from 255 or 32.49% from 197); Blue value is 64 (25.39% from 255 or 32.49% from 197); Max value from RGB is 69 - color contains mainly: red. Hex color #454040 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #454040 is #BABFBF. Grayscale: #414141. Windows color (decimal): -12238784 or 4210757. OLE color: 4210757.

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

Color convert

RGB696464-
CMYK00.070.070.73
HSL3.76%26.08%-
HSV(B)7.25%27.06%-
XYZ5.215.35.6-
YUV65.5127.16130.5-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 35.03%
GREEN value IS 64 (25.39% from 255) = 32.49%
BLUE value IS 64 (25.39% from 255) = 32.49%
R=35.03%
G=32.49%
B=32.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.07
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69646400.070.070.7303.7626.08
Hex45404007749041a
Octal1051001000771110432
Binary10001011000000100000001111111001001010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #454040

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #454040; }

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

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

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

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

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

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

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

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