#4C4843

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

Shades of Mondo #4C4843

Tints of Mondo #4C4843

Color information

#4C4843 (or 0x4C4843) is unknown color: approx Mondo. HEX triplet: 4C, 48 and 43. RGB value is (76,72,67). Sum of RGB (Red+Green+Blue) = 76+72+67=215 (28% of max value = 765). Red value is 76 (30.08% from 255 or 35.35% from 215); Green value is 72 (28.52% from 255 or 33.49% from 215); Blue value is 67 (26.56% from 255 or 31.16% from 215); Max value from RGB is 76 - color contains mainly: red. Hex color #4C4843 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C4843 is #B3B7BC. Grayscale: #484848. Windows color (decimal): -11777981 or 4409420. OLE color: 4409420.

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

Color convert

RGB767267-
CMYK00.050.120.70
HSL33.33º6.29%28.04%-
HSV(B)33.33º11.84%29.8%-
XYZ6.316.586.25-
YUV72.63124.83130.41-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 35.35%
GREEN value IS 72 (28.52% from 255) = 33.49%
BLUE value IS 67 (26.56% from 255) = 31.16%
R=35.35%
G=33.49%
B=31.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.12
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal76726700.050.120.7033.336.2928.04
Hex4C484305C462161c
Octal114110103051410641634
Binary10011001001000100001101011100100011010000111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C4843

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,72,67); }

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

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

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

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

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

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

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