#4C4841

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

Shades of Mondo #4C4841

Tints of Mondo #4C4841

Color information

#4C4841 (or 0x4C4841) is unknown color: approx Mondo. HEX triplet: 4C, 48 and 41. RGB value is (76,72,65). Sum of RGB (Red+Green+Blue) = 76+72+65=213 (28% of max value = 765). Red value is 76 (30.08% from 255 or 35.68% from 213); Green value is 72 (28.52% from 255 or 33.80% from 213); Blue value is 65 (25.78% from 255 or 30.52% from 213); Max value from RGB is 76 - color contains mainly: red. Hex color #4C4841 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C4841 is #B3B7BE. Grayscale: #484848. Windows color (decimal): -11777983 or 4278348. OLE color: 4278348.

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

Color convert

RGB767265-
CMYK00.050.140.70
HSL38.18º7.8%27.65%-
HSV(B)38.18º14.47%29.8%-
XYZ6.256.555.94-
YUV72.4123.83130.57-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 35.68%
GREEN value IS 72 (28.52% from 255) = 33.80%
BLUE value IS 65 (25.78% from 255) = 30.52%
R=35.68%
G=33.80%
B=30.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.14
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal76726500.050.140.7038.187.827.65
Hex4C484105E462681c
Octal1141101010516106461034
Binary100110010010001000001010111101000110100110100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C4841

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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