#5B5340

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

Shades of Masala #5B5340

Tints of Masala #5B5340

Color information

#5B5340 (or 0x5B5340) is unknown color: approx Masala. HEX triplet: 5B, 53 and 40. RGB value is (91,83,64). Sum of RGB (Red+Green+Blue) = 91+83+64=238 (31% of max value = 765). Red value is 91 (35.94% from 255 or 38.24% from 238); Green value is 83 (32.81% from 255 or 34.87% from 238); Blue value is 64 (25.39% from 255 or 26.89% from 238); Max value from RGB is 91 - color contains mainly: red. Hex color #5B5340 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5B5340 is #A4ACBF. Grayscale: #535353. Windows color (decimal): -10792128 or 4215643. OLE color: 4215643.

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

Color convert

RGB918364-
CMYK00.090.300.64
HSL42.22º17.42%30.39%-
HSV(B)42.22º29.67%35.69%-
XYZ8.338.786.11-
YUV83.23117.15133.54-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 38.24%
GREEN value IS 83 (32.81% from 255) = 34.87%
BLUE value IS 64 (25.39% from 255) = 26.89%
R=38.24%
G=34.87%
B=26.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.30
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal91836400.090.300.6442.2217.4230.39
Hex5B5340091E402a111e
Octal13312310001136100522136
Binary101101110100111000000010011111010000001010101000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B5340

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,83,64); }

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

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

 a { background-color: rgb(91,83,64); }

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

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

 span { border-color: rgb(91,83,64); }

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