#575046

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

Shades of Mondo #575046

Tints of Mondo #575046

Color information

#575046 (or 0x575046) is unknown color: approx Mondo. HEX triplet: 57, 50 and 46. RGB value is (87,80,70). Sum of RGB (Red+Green+Blue) = 87+80+70=237 (31% of max value = 765). Red value is 87 (34.38% from 255 or 36.71% from 237); Green value is 80 (31.64% from 255 or 33.76% from 237); Blue value is 70 (27.73% from 255 or 29.54% from 237); Max value from RGB is 87 - color contains mainly: red. Hex color #575046 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #575046 is #A8AFB9. Grayscale: #515151. Windows color (decimal): -11055034 or 4608087. OLE color: 4608087.

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

Color convert

RGB878070-
CMYK00.080.200.66
HSL35.29º10.83%30.78%-
HSV(B)35.29º19.54%34.12%-
XYZ7.98.216.96-
YUV80.95121.82132.31-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 36.71%
GREEN value IS 80 (31.64% from 255) = 33.76%
BLUE value IS 70 (27.73% from 255) = 29.54%
R=36.71%
G=33.76%
B=29.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.20
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87807000.080.200.6635.2910.8330.78
Hex57504608144223b1f
Octal12712010601024102431337
Binary10101111010000100011001000101001000010100011101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575046

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #575046; }

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

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

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

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

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

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

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

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