#5A5345

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

Shades of Masala #5A5345

Tints of Masala #5A5345

Color information

#5A5345 (or 0x5A5345) is unknown color: approx Masala. HEX triplet: 5A, 53 and 45. RGB value is (90,83,69). Sum of RGB (Red+Green+Blue) = 90+83+69=242 (32% of max value = 765). Red value is 90 (35.55% from 255 or 37.19% from 242); Green value is 83 (32.81% from 255 or 34.30% from 242); Blue value is 69 (27.34% from 255 or 28.51% from 242); Max value from RGB is 90 - color contains mainly: red. Hex color #5A5345 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A5345 is #A5ACBA. Grayscale: #535353. Windows color (decimal): -10857659 or 4543322. OLE color: 4543322.

HSL color Cylindrical-coordinate representation of color #5A5345: hue angle of 40º 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 #5A5345 is Cyan = 0, Magento = 0.08, Yellow = 0.23 and Black (K on CMYK) = 0.65.

Color convert

RGB908369-
CMYK00.080.230.65
HSL40º13.21%31.18%-
HSV(B)40º23.33%35.29%-
XYZ8.388.796.88-
YUV83.5119.82132.64-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 37.19%
GREEN value IS 83 (32.81% from 255) = 34.30%
BLUE value IS 69 (27.34% from 255) = 28.51%
R=37.19%
G=34.30%
B=28.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.23
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal90836900.080.230.654013.2131.18
Hex5A534508174128d1f
Octal13212310501027101501537
Binary10110101010011100010101000101111000001101000110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A5345

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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