#59503D

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

Shades of Mondo #59503D

Tints of Mondo #59503D

Color information

#59503D (or 0x59503D) is unknown color: approx Mondo. HEX triplet: 59, 50 and 3D. RGB value is (89,80,61). Sum of RGB (Red+Green+Blue) = 89+80+61=230 (30% of max value = 765). Red value is 89 (35.16% from 255 or 38.70% from 230); Green value is 80 (31.64% from 255 or 34.78% from 230); Blue value is 61 (24.22% from 255 or 26.52% from 230); Max value from RGB is 89 - color contains mainly: red. Hex color #59503D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #59503D is #A6AFC2. Grayscale: #505050. Windows color (decimal): -10923971 or 4018265. OLE color: 4018265.

HSL color Cylindrical-coordinate representation of color #59503D: hue angle of 40.71º degrees, saturation: 0.19, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #59503D is Cyan = 0, Magento = 0.10, Yellow = 0.31 and Black (K on CMYK) = 0.65.

Color convert

RGB898061-
CMYK00.100.310.65
HSL40.71º18.67%29.41%-
HSV(B)40.71º31.46%34.9%-
XYZ7.838.25.58-
YUV80.53116.98134.04-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 38.70%
GREEN value IS 80 (31.64% from 255) = 34.78%
BLUE value IS 61 (24.22% from 255) = 26.52%
R=38.70%
G=34.78%
B=26.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.31
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89806100.100.310.6540.7118.6729.41
Hex59503D0A1F4129131d
Octal1311207501237101512335
Binary10110011010000111101010101111110000011010011001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59503D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #59503D; }

 p { color: rgb(89,80,61); }

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

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

 a { background-color: rgb(89,80,61); }

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

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

 span { border-color: rgb(89,80,61); }

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