#5B503F

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

Shades of Mondo #5B503F

Tints of Mondo #5B503F

Color information

#5B503F (or 0x5B503F) is unknown color: approx Mondo. HEX triplet: 5B, 50 and 3F. RGB value is (91,80,63). Sum of RGB (Red+Green+Blue) = 91+80+63=234 (30% of max value = 765). Red value is 91 (35.94% from 255 or 38.89% from 234); Green value is 80 (31.64% from 255 or 34.19% from 234); Blue value is 63 (25% from 255 or 26.92% from 234); Max value from RGB is 91 - color contains mainly: red. Hex color #5B503F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5B503F is #A4AFC0. Grayscale: #515151. Windows color (decimal): -10792897 or 4149339. OLE color: 4149339.

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

Color convert

RGB918063-
CMYK00.120.310.64
HSL36.43º18.18%30.2%-
HSV(B)36.43º30.77%35.69%-
XYZ8.088.325.88-
YUV81.35117.64134.88-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 38.89%
GREEN value IS 80 (31.64% from 255) = 34.19%
BLUE value IS 63 (25% from 255) = 26.92%
R=38.89%
G=34.19%
B=26.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.31
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal91806300.120.310.6436.4318.1830.2
Hex5B503F0C1F4024121e
Octal1331207701437100442236
Binary10110111010000111111011001111110000001001001001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B503F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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