Html Css Color HEX #4C4040 Charcoal

📋 copy color: '#4C4040'

red 76 ◦ green 64 ◦ blue 64

#4C4040
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Charcoal #4C4040

Tints of Charcoal #4C4040

RGB

 RED value IS 76 (30.08% from 255) = 37.25%

 GREEN value IS 64 (25.39% from 255) = 31.37%

 BLUE value IS 64 (25.39% from 255) = 31.37%

R = 37.25%
G = 31.37%
B = 31.37%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.16

 K value IS 0.70

RGB Variations

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

Color information

#4C4040 (or 0x4C4040) is known color: Charcoal. HEX triplet: 4C, 40 and 40. RGB value is (76,64,64). Sum of RGB (Red+Green+Blue) = 76+64+64=204 (27% of max value = 765). Red value is 76 (30.08% from 255 or 37.25% from 204); Green value is 64 (25.39% from 255 or 31.37% from 204); Blue value is 64 (25.39% from 255 or 31.37% from 204); Max value from RGB is 76 - color contains mainly: red. Hex color #4C4040 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C4040 is #B3BFBF. Grayscale: #434343. Windows color (decimal): -11780032 or 4210764. OLE color: 4210764.

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

Color convert

RGB 76 64 64 -
CMYK 0 0.16 0.16 0.70
HSL 0.09% 0.27% -
HSV(B) 0.16% 0.3% -
XYZ 5.74 5.57 5.62 -
YUV 67.59 125.98 134 -
System Red Green Blue C M Y K H S L
Decimal 76 64 64 0 0.16 0.16 0.70 0 0.09 0.27
Hex 4C 40 40 0 10 10 46 0 9 1B
Octal 114 100 100 0 20 20 106 0 11 33
Binary 1001100 1000000 1000000 0 10000 10000 1000110 0 1001 11011

Color Harmonies of #4C4040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C4040

Black with #4C4040

Text Example


Text Example

White with #4C4040

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #4C4040;
 }
 .AnyTagClassName
 {
   color: #4C4040;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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