#5A5448

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

Shades of Masala #5A5448

Tints of Masala #5A5448

Color information

#5A5448 (or 0x5A5448) is unknown color: approx Masala. HEX triplet: 5A, 54 and 48. RGB value is (90,84,72). Sum of RGB (Red+Green+Blue) = 90+84+72=246 (32% of max value = 765). Red value is 90 (35.55% from 255 or 36.59% from 246); Green value is 84 (33.20% from 255 or 34.15% from 246); Blue value is 72 (28.52% from 255 or 29.27% from 246); Max value from RGB is 90 - color contains mainly: red. Hex color #5A5448 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A5448 is #A5ABB7. Grayscale: #545454. Windows color (decimal): -10857400 or 4740186. OLE color: 4740186.

HSL color Cylindrical-coordinate representation of color #5A5448: hue angle of 40º degrees, saturation: 0.11, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #5A5448 is Cyan = 0, Magento = 0.07, Yellow = 0.20 and Black (K on CMYK) = 0.65.

Color convert

RGB908472-
CMYK00.070.200.65
HSL40º11.11%31.76%-
HSV(B)40º20%35.29%-
XYZ8.568.987.41-
YUV84.43120.99131.98-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 36.59%
GREEN value IS 84 (33.20% from 255) = 34.15%
BLUE value IS 72 (28.52% from 255) = 29.27%
R=36.59%
G=34.15%
B=29.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.20
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal90847200.070.200.654011.1131.76
Hex5A544807144128b20
Octal1321241100724101501340
Binary10110101010100100100001111010010000011010001011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A5448

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,84,72); }

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

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

 a { background-color: rgb(90,84,72); }

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

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

 span { border-color: rgb(90,84,72); }

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