#493F3F

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

Shades of Charcoal #493F3F

Tints of Charcoal #493F3F

Color information

#493F3F (or 0x493F3F) is unknown color: approx Charcoal. HEX triplet: 49, 3F and 3F. RGB value is (73,63,63). Sum of RGB (Red+Green+Blue) = 73+63+63=199 (26% of max value = 765). Red value is 73 (28.91% from 255 or 36.68% from 199); Green value is 63 (25% from 255 or 31.66% from 199); Blue value is 63 (25% from 255 or 31.66% from 199); Max value from RGB is 73 - color contains mainly: red. Hex color #493F3F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #493F3F is #B6C0C0. Grayscale: #424242. Windows color (decimal): -11976897 or 4144969. OLE color: 4144969.

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

Color convert

RGB736363-
CMYK00.140.140.71
HSL7.35%26.67%-
HSV(B)13.7%28.63%-
XYZ5.425.335.45-
YUV65.99126.31133-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 36.68%
GREEN value IS 63 (25% from 255) = 31.66%
BLUE value IS 63 (25% from 255) = 31.66%
R=36.68%
G=31.66%
B=31.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.14
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73636300.140.140.7107.3526.67
Hex493F3F0EE47071b
Octal1117777016161070733
Binary10010011111111111110111011101000111011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493F3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #493F3F; }

 p { color: rgb(73,63,63); }

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

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

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

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

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

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

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