#5A544A

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

Shades of Masala #5A544A

Tints of Masala #5A544A

Color information

#5A544A (or 0x5A544A) is unknown color: approx Masala. HEX triplet: 5A, 54 and 4A. RGB value is (90,84,74). Sum of RGB (Red+Green+Blue) = 90+84+74=248 (32% of max value = 765). Red value is 90 (35.55% from 255 or 36.29% from 248); Green value is 84 (33.20% from 255 or 33.87% from 248); Blue value is 74 (29.30% from 255 or 29.84% from 248); Max value from RGB is 90 - color contains mainly: red. Hex color #5A544A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A544A is #A5ABB5. Grayscale: #545454. Windows color (decimal): -10857398 or 4871258. OLE color: 4871258.

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

Color convert

RGB908474-
CMYK00.070.180.65
HSL37.5º9.76%32.16%-
HSV(B)37.5º17.78%35.29%-
XYZ8.629.017.76-
YUV84.65121.99131.81-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 36.29%
GREEN value IS 84 (33.20% from 255) = 33.87%
BLUE value IS 74 (29.30% from 255) = 29.84%
R=36.29%
G=33.87%
B=29.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.18
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal90847400.070.180.6537.59.7632.16
Hex5A544A07124126a20
Octal1321241120722101461240
Binary10110101010100100101001111001010000011001101010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A544A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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