#5B503E

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

Shades of Mondo #5B503E

Tints of Mondo #5B503E

Color information

#5B503E (or 0x5B503E) is unknown color: approx Mondo. HEX triplet: 5B, 50 and 3E. RGB value is (91,80,62). Sum of RGB (Red+Green+Blue) = 91+80+62=233 (30% of max value = 765). Red value is 91 (35.94% from 255 or 39.06% from 233); Green value is 80 (31.64% from 255 or 34.33% from 233); Blue value is 62 (24.61% from 255 or 26.61% from 233); Max value from RGB is 91 - color contains mainly: red. Hex color #5B503E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5B503E is #A4AFC1. Grayscale: #515151. Windows color (decimal): -10792898 or 4083803. OLE color: 4083803.

HSL color Cylindrical-coordinate representation of color #5B503E: hue angle of 37.24º degrees, saturation: 0.19, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #5B503E is Cyan = 0, Magento = 0.12, Yellow = 0.32 and Black (K on CMYK) = 0.64.

Color convert

RGB918062-
CMYK00.120.320.64
HSL37.24º18.95%30%-
HSV(B)37.24º31.87%35.69%-
XYZ8.058.315.74-
YUV81.24117.14134.96-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 39.06%
GREEN value IS 80 (31.64% from 255) = 34.33%
BLUE value IS 62 (24.61% from 255) = 26.61%
R=39.06%
G=34.33%
B=26.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.32
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal91806200.120.320.6437.2418.9530
Hex5B503E0C204025131e
Octal1331207601440100452336
Binary101101110100001111100110010000010000001001011001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B503E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5B503E; }

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

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

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

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

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

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

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

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