#504C48

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

Shades of Mondo #504C48

Tints of Mondo #504C48

Color information

#504C48 (or 0x504C48) is unknown color: approx Mondo. HEX triplet: 50, 4C and 48. RGB value is (80,76,72). Sum of RGB (Red+Green+Blue) = 80+76+72=228 (30% of max value = 765). Red value is 80 (31.64% from 255 or 35.09% from 228); Green value is 76 (30.08% from 255 or 33.33% from 228); Blue value is 72 (28.52% from 255 or 31.58% from 228); Max value from RGB is 80 - color contains mainly: red. Hex color #504C48 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #504C48 is #AFB3B7. Grayscale: #4C4C4C. Windows color (decimal): -11514808 or 4738128. OLE color: 4738128.

HSL color Cylindrical-coordinate representation of color #504C48: hue angle of 30º degrees, saturation: 0.05, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #504C48 is Cyan = 0, Magento = 0.05, Yellow = 0.10 and Black (K on CMYK) = 0.69.

Color convert

RGB807672-
CMYK00.050.100.69
HSL30º5.26%29.8%-
HSV(B)30º10%31.37%-
XYZ7.067.347.18-
YUV76.74125.33130.33-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 35.09%
GREEN value IS 76 (30.08% from 255) = 33.33%
BLUE value IS 72 (28.52% from 255) = 31.58%
R=35.09%
G=33.33%
B=31.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.10
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80767200.050.100.69305.2629.8
Hex504C4805A451e51e
Octal120114110051210536536
Binary1010000100110010010000101101010001011111010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #504C48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #504C48; }

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

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

<style>
 a { background-color: #504C48; }

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

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

<style>
 span { border-color: #504C48; }

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

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