#5A544B

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

Shades of Masala #5A544B

Tints of Masala #5A544B

Color information

#5A544B (or 0x5A544B) is unknown color: approx Masala. HEX triplet: 5A, 54 and 4B. RGB value is (90,84,75). Sum of RGB (Red+Green+Blue) = 90+84+75=249 (32% of max value = 765). Red value is 90 (35.55% from 255 or 36.14% from 249); Green value is 84 (33.20% from 255 or 33.73% from 249); Blue value is 75 (29.69% from 255 or 30.12% from 249); Max value from RGB is 90 - color contains mainly: red. Hex color #5A544B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A544B is #A5ABB4. Grayscale: #545454. Windows color (decimal): -10857397 or 4936794. OLE color: 4936794.

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

Color convert

RGB908475-
CMYK00.070.170.65
HSL36º9.09%32.35%-
HSV(B)36º16.67%35.29%-
XYZ8.669.027.94-
YUV84.77122.49131.73-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 36.14%
GREEN value IS 84 (33.20% from 255) = 33.73%
BLUE value IS 75 (29.69% from 255) = 30.12%
R=36.14%
G=33.73%
B=30.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.17
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal90847500.070.170.65369.0932.35
Hex5A544B07114124920
Octal1321241130721101441140
Binary10110101010100100101101111000110000011001001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A544B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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