#575044

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

Shades of Mondo #575044

Tints of Mondo #575044

Color information

#575044 (or 0x575044) is unknown color: approx Mondo. HEX triplet: 57, 50 and 44. RGB value is (87,80,68). Sum of RGB (Red+Green+Blue) = 87+80+68=235 (31% of max value = 765). Red value is 87 (34.38% from 255 or 37.02% from 235); Green value is 80 (31.64% from 255 or 34.04% from 235); Blue value is 68 (26.95% from 255 or 28.94% from 235); Max value from RGB is 87 - color contains mainly: red. Hex color #575044 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #575044 is #A8AFBB. Grayscale: #505050. Windows color (decimal): -11055036 or 4477015. OLE color: 4477015.

HSL color Cylindrical-coordinate representation of color #575044: hue angle of 37.89º degrees, saturation: 0.12, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #575044 is Cyan = 0, Magento = 0.08, Yellow = 0.22 and Black (K on CMYK) = 0.66.

Color convert

RGB878068-
CMYK00.080.220.66
HSL37.89º12.26%30.39%-
HSV(B)37.89º21.84%34.12%-
XYZ7.848.186.63-
YUV80.72120.82132.48-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 37.02%
GREEN value IS 80 (31.64% from 255) = 34.04%
BLUE value IS 68 (26.95% from 255) = 28.94%
R=37.02%
G=34.04%
B=28.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.22
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87806800.080.220.6637.8912.2630.39
Hex57504408164226c1e
Octal12712010401026102461436
Binary10101111010000100010001000101101000010100110110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575044

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #575044; }

 p { color: rgb(87,80,68); }

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

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

 a { background-color: rgb(87,80,68); }

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

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

 span { border-color: rgb(87,80,68); }

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