#574F40

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

Shades of Mondo #574F40

Tints of Mondo #574F40

Color information

#574F40 (or 0x574F40) is unknown color: approx Mondo. HEX triplet: 57, 4F and 40. RGB value is (87,79,64). Sum of RGB (Red+Green+Blue) = 87+79+64=230 (30% of max value = 765). Red value is 87 (34.38% from 255 or 37.83% from 230); Green value is 79 (31.25% from 255 or 34.35% from 230); Blue value is 64 (25.39% from 255 or 27.83% from 230); Max value from RGB is 87 - color contains mainly: red. Hex color #574F40 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #574F40 is #A8B0BF. Grayscale: #4F4F4F. Windows color (decimal): -11055296 or 4214615. OLE color: 4214615.

HSL color Cylindrical-coordinate representation of color #574F40: hue angle of 39.13º degrees, saturation: 0.15, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #574F40 is Cyan = 0, Magento = 0.09, Yellow = 0.26 and Black (K on CMYK) = 0.66.

Color convert

RGB877964-
CMYK00.090.260.66
HSL39.13º15.23%29.61%-
HSV(B)39.13º26.44%34.12%-
XYZ7.657.995.99-
YUV79.68119.15133.22-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 37.83%
GREEN value IS 79 (31.25% from 255) = 34.35%
BLUE value IS 64 (25.39% from 255) = 27.83%
R=37.83%
G=34.35%
B=27.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.26
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87796400.090.260.6639.1315.2329.61
Hex574F40091A4227f1e
Octal12711710001132102471736
Binary10101111001111100000001001110101000010100111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #574F40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #574F40; }

 p { color: rgb(87,79,64); }

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

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

 a { background-color: rgb(87,79,64); }

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

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

 span { border-color: rgb(87,79,64); }

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