#575045

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

Shades of Mondo #575045

Tints of Mondo #575045

Color information

#575045 (or 0x575045) is unknown color: approx Mondo. HEX triplet: 57, 50 and 45. RGB value is (87,80,69). Sum of RGB (Red+Green+Blue) = 87+80+69=236 (31% of max value = 765). Red value is 87 (34.38% from 255 or 36.86% from 236); Green value is 80 (31.64% from 255 or 33.90% from 236); Blue value is 69 (27.34% from 255 or 29.24% from 236); Max value from RGB is 87 - color contains mainly: red. Hex color #575045 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #575045 is #A8AFBA. Grayscale: #505050. Windows color (decimal): -11055035 or 4542551. OLE color: 4542551.

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

Color convert

RGB878069-
CMYK00.080.210.66
HSL36.67º11.54%30.59%-
HSV(B)36.67º20.69%34.12%-
XYZ7.878.196.8-
YUV80.84121.32132.39-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 36.86%
GREEN value IS 80 (31.64% from 255) = 33.90%
BLUE value IS 69 (27.34% from 255) = 29.24%
R=36.86%
G=33.90%
B=29.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.21
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87806900.080.210.6636.6711.5430.59
Hex57504508154225c1f
Octal12712010501025102451437
Binary10101111010000100010101000101011000010100101110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575045

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #575045; }

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

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

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

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

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

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

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

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