#585041

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

Shades of Mondo #585041

Tints of Mondo #585041

Color information

#585041 (or 0x585041) is unknown color: approx Mondo. HEX triplet: 58, 50 and 41. RGB value is (88,80,65). Sum of RGB (Red+Green+Blue) = 88+80+65=233 (30% of max value = 765). Red value is 88 (34.77% from 255 or 37.77% from 233); Green value is 80 (31.64% from 255 or 34.33% from 233); Blue value is 65 (25.78% from 255 or 27.90% from 233); Max value from RGB is 88 - color contains mainly: red. Hex color #585041 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #585041 is #A7AFBE. Grayscale: #505050. Windows color (decimal): -10989503 or 4280408. OLE color: 4280408.

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

Color convert

RGB888065-
CMYK00.090.260.65
HSL39.13º15.03%30%-
HSV(B)39.13º26.14%34.51%-
XYZ7.858.196.17-
YUV80.68119.15133.22-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 37.77%
GREEN value IS 80 (31.64% from 255) = 34.33%
BLUE value IS 65 (25.78% from 255) = 27.90%
R=37.77%
G=34.33%
B=27.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.26
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88806500.090.260.6539.1315.0330
Hex585041091A4127f1e
Octal13012010101132101471736
Binary10110001010000100000101001110101000001100111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #585041

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #585041; }

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

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

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

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

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

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

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

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