#58503E

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

Shades of Mondo #58503E

Tints of Mondo #58503E

Color information

#58503E (or 0x58503E) is unknown color: approx Mondo. HEX triplet: 58, 50 and 3E. RGB value is (88,80,62). Sum of RGB (Red+Green+Blue) = 88+80+62=230 (30% of max value = 765). Red value is 88 (34.77% from 255 or 38.26% from 230); Green value is 80 (31.64% from 255 or 34.78% from 230); Blue value is 62 (24.61% from 255 or 26.96% from 230); Max value from RGB is 88 - color contains mainly: red. Hex color #58503E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #58503E is #A7AFC1. Grayscale: #505050. Windows color (decimal): -10989506 or 4083800. OLE color: 4083800.

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

Color convert

RGB888062-
CMYK00.090.300.65
HSL41.54º17.33%29.41%-
HSV(B)41.54º29.55%34.51%-
XYZ7.768.165.72-
YUV80.34117.65133.46-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 38.26%
GREEN value IS 80 (31.64% from 255) = 34.78%
BLUE value IS 62 (24.61% from 255) = 26.96%
R=38.26%
G=34.78%
B=26.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.30
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88806200.090.300.6541.5417.3329.41
Hex58503E091E412a111d
Octal1301207601136101522135
Binary10110001010000111110010011111010000011010101000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58503E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58503E; }

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

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

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

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

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

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

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

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