#5C5444

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

Shades of Masala #5C5444

Tints of Masala #5C5444

Color information

#5C5444 (or 0x5C5444) is unknown color: approx Masala. HEX triplet: 5C, 54 and 44. RGB value is (92,84,68). Sum of RGB (Red+Green+Blue) = 92+84+68=244 (32% of max value = 765). Red value is 92 (36.33% from 255 or 37.70% from 244); Green value is 84 (33.20% from 255 or 34.43% from 244); Blue value is 68 (26.95% from 255 or 27.87% from 244); Max value from RGB is 92 - color contains mainly: red. Hex color #5C5444 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5C5444 is #A3ABBB. Grayscale: #545454. Windows color (decimal): -10726332 or 4478044. OLE color: 4478044.

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

Color convert

RGB928468-
CMYK00.090.260.64
HSL40º15%31.37%-
HSV(B)40º26.09%36.08%-
XYZ8.639.036.76-
YUV84.57118.65133.3-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 37.70%
GREEN value IS 84 (33.20% from 255) = 34.43%
BLUE value IS 68 (26.95% from 255) = 27.87%
R=37.70%
G=34.43%
B=27.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.26
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal92846800.090.260.64401531.37
Hex5C5444091A4028f1f
Octal13412410401132100501737
Binary10111001010100100010001001110101000000101000111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C5444

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,84,68); }

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

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

 a { background-color: rgb(92,84,68); }

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

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

 span { border-color: rgb(92,84,68); }

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