#575041

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

Shades of Mondo #575041

Tints of Mondo #575041

Color information

#575041 (or 0x575041) is unknown color: approx Mondo. HEX triplet: 57, 50 and 41. RGB value is (87,80,65). Sum of RGB (Red+Green+Blue) = 87+80+65=232 (30% of max value = 765). Red value is 87 (34.38% from 255 or 37.5% from 232); Green value is 80 (31.64% from 255 or 34.48% from 232); Blue value is 65 (25.78% from 255 or 28.02% from 232); Max value from RGB is 87 - color contains mainly: red. Hex color #575041 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #575041 is #A8AFBE. Grayscale: #505050. Windows color (decimal): -11055039 or 4280407. OLE color: 4280407.

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

Color convert

RGB878065-
CMYK00.080.250.66
HSL40.91º14.47%29.8%-
HSV(B)40.91º25.29%34.12%-
XYZ7.758.156.16-
YUV80.38119.32132.72-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 37.5%
GREEN value IS 80 (31.64% from 255) = 34.48%
BLUE value IS 65 (25.78% from 255) = 28.02%
R=37.5%
G=34.48%
B=28.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.25
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87806500.080.250.6640.9114.4729.8
Hex57504108194229e1e
Octal12712010101031102511636
Binary10101111010000100000101000110011000010101001111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575041

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #575041; }

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

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

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

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

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

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

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

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