#5A5445

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

Shades of Masala #5A5445

Tints of Masala #5A5445

Color information

#5A5445 (or 0x5A5445) is unknown color: approx Masala. HEX triplet: 5A, 54 and 45. RGB value is (90,84,69). Sum of RGB (Red+Green+Blue) = 90+84+69=243 (32% of max value = 765). Red value is 90 (35.55% from 255 or 37.04% from 243); Green value is 84 (33.20% from 255 or 34.57% from 243); Blue value is 69 (27.34% from 255 or 28.40% from 243); Max value from RGB is 90 - color contains mainly: red. Hex color #5A5445 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A5445 is #A5ABBA. Grayscale: #545454. Windows color (decimal): -10857403 or 4543578. OLE color: 4543578.

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

Color convert

RGB908469-
CMYK00.070.230.65
HSL42.86º13.21%31.18%-
HSV(B)42.86º23.33%35.29%-
XYZ8.468.946.91-
YUV84.08119.49132.22-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 37.04%
GREEN value IS 84 (33.20% from 255) = 34.57%
BLUE value IS 69 (27.34% from 255) = 28.40%
R=37.04%
G=34.57%
B=28.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.23
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal90846900.070.230.6542.8613.2131.18
Hex5A54450717412bd1f
Octal1321241050727101531537
Binary1011010101010010001010111101111000001101011110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A5445

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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