#5B513F

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

Shades of Mondo #5B513F

Tints of Mondo #5B513F

Color information

#5B513F (or 0x5B513F) is unknown color: approx Mondo. HEX triplet: 5B, 51 and 3F. RGB value is (91,81,63). Sum of RGB (Red+Green+Blue) = 91+81+63=235 (31% of max value = 765). Red value is 91 (35.94% from 255 or 38.72% from 235); Green value is 81 (32.03% from 255 or 34.47% from 235); Blue value is 63 (25% from 255 or 26.81% from 235); Max value from RGB is 91 - color contains mainly: red. Hex color #5B513F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5B513F is #A4AEC0. Grayscale: #525252. Windows color (decimal): -10792641 or 4149595. OLE color: 4149595.

HSL color Cylindrical-coordinate representation of color #5B513F: hue angle of 38.57º 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 #5B513F is Cyan = 0, Magento = 0.11, Yellow = 0.31 and Black (K on CMYK) = 0.64.

Color convert

RGB918163-
CMYK00.110.310.64
HSL38.57º18.18%30.2%-
HSV(B)38.57º30.77%35.69%-
XYZ8.158.475.91-
YUV81.94117.31134.46-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 38.72%
GREEN value IS 81 (32.03% from 255) = 34.47%
BLUE value IS 63 (25% from 255) = 26.81%
R=38.72%
G=34.47%
B=26.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.31
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal91816300.110.310.6438.5718.1830.2
Hex5B513F0B1F4027121e
Octal1331217701337100472236
Binary10110111010001111111010111111110000001001111001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B513F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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