#585045

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

Shades of Mondo #585045

Tints of Mondo #585045

Color information

#585045 (or 0x585045) is unknown color: approx Mondo. HEX triplet: 58, 50 and 45. RGB value is (88,80,69). Sum of RGB (Red+Green+Blue) = 88+80+69=237 (31% of max value = 765). Red value is 88 (34.77% from 255 or 37.13% from 237); Green value is 80 (31.64% from 255 or 33.76% from 237); Blue value is 69 (27.34% from 255 or 29.11% from 237); Max value from RGB is 88 - color contains mainly: red. Hex color #585045 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #585045 is #A7AFBA. Grayscale: #515151. Windows color (decimal): -10989499 or 4542552. OLE color: 4542552.

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

Color convert

RGB888069-
CMYK00.090.220.65
HSL34.74º12.1%30.78%-
HSV(B)34.74º21.59%34.51%-
XYZ7.978.246.8-
YUV81.14121.15132.89-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 37.13%
GREEN value IS 80 (31.64% from 255) = 33.76%
BLUE value IS 69 (27.34% from 255) = 29.11%
R=37.13%
G=33.76%
B=29.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.22
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88806900.090.220.6534.7412.130.78
Hex58504509164123c1f
Octal13012010501126101431437
Binary10110001010000100010101001101101000001100011110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #585045

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #585045; }

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

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

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

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

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

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

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

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