#4C4945

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

Shades of Mondo #4C4945

Tints of Mondo #4C4945

Color information

#4C4945 (or 0x4C4945) is unknown color: approx Mondo. HEX triplet: 4C, 49 and 45. RGB value is (76,73,69). Sum of RGB (Red+Green+Blue) = 76+73+69=218 (28% of max value = 765). Red value is 76 (30.08% from 255 or 34.86% from 218); Green value is 73 (28.91% from 255 or 33.49% from 218); Blue value is 69 (27.34% from 255 or 31.65% from 218); Max value from RGB is 76 - color contains mainly: red. Hex color #4C4945 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C4945 is #B3B6BA. Grayscale: #494949. Windows color (decimal): -11777723 or 4540748. OLE color: 4540748.

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

Color convert

RGB767369-
CMYK00.040.090.70
HSL34.29º4.83%28.43%-
HSV(B)34.29º9.21%29.8%-
XYZ6.446.736.59-
YUV73.44125.49129.83-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 34.86%
GREEN value IS 73 (28.91% from 255) = 33.49%
BLUE value IS 69 (27.34% from 255) = 31.65%
R=34.86%
G=33.49%
B=31.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.09
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal76736900.040.090.7034.294.8328.43
Hex4C4945049462251c
Octal114111105041110642534
Binary10011001001001100010101001001100011010001010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C4945

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,73,69); }

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

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

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

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

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

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

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