#4A3F3F

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

Shades of Charcoal #4A3F3F

Tints of Charcoal #4A3F3F

Color information

#4A3F3F (or 0x4A3F3F) is unknown color: approx Charcoal. HEX triplet: 4A, 3F and 3F. RGB value is (74,63,63). Sum of RGB (Red+Green+Blue) = 74+63+63=200 (26% of max value = 765). Red value is 74 (29.30% from 255 or 37% from 200); Green value is 63 (25% from 255 or 31.5% from 200); Blue value is 63 (25% from 255 or 31.5% from 200); Max value from RGB is 74 - color contains mainly: red. Hex color #4A3F3F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A3F3F is #B5C0C0. Grayscale: #424242. Windows color (decimal): -11911361 or 4144970. OLE color: 4144970.

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

Color convert

RGB746363-
CMYK00.150.150.71
HSL8.03%26.86%-
HSV(B)14.86%29.02%-
XYZ5.55.375.45-
YUV66.29126.14133.5-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 37%
GREEN value IS 63 (25% from 255) = 31.5%
BLUE value IS 63 (25% from 255) = 31.5%
R=37%
G=31.5%
B=31.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.15
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal74636300.150.150.7108.0326.86
Hex4A3F3F0FF47081b
Octal11277770171710701033
Binary100101011111111111101111111110001110100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A3F3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4A3F3F; }

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

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

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

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

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

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

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

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