Html Css Color HEX #5A5341 Masala

📋 copy color: '#5A5341'

red 90 ◦ green 83 ◦ blue 65

#5A5341
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Masala #5A5341

Tints of Masala #5A5341

RGB

 RED value IS 90 (35.55% from 255) = 37.82%

 GREEN value IS 83 (32.81% from 255) = 34.87%

 BLUE value IS 65 (25.78% from 255) = 27.31%

R = 37.82%
G = 34.87%
B = 27.31%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.28

 K value IS 0.65

RGB Variations

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

Color information

#5A5341 (or 0x5A5341) is known color: Masala. HEX triplet: 5A, 53 and 41. RGB value is (90,83,65). Sum of RGB (Red+Green+Blue) = 90+83+65=238 (31% of max value = 765). Red value is 90 (35.55% from 255 or 37.82% from 238); Green value is 83 (32.81% from 255 or 34.87% from 238); Blue value is 65 (25.78% from 255 or 27.31% from 238); Max value from RGB is 90 - color contains mainly: red. Hex color #5A5341 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A5341 is #A5ACBE. Grayscale: #535353. Windows color (decimal): -10857663 or 4281178. OLE color: 4281178.

HSL color Cylindrical-coordinate representation of color #5A5341: hue angle of 43.2º degrees, saturation: 0.16, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #5A5341 is Cyan = 0, Magento = 0.08, Yellow = 0.28 and Black (K on CMYK) = 0.65.

Color convert

RGB 90 83 65 -
CMYK 0 0.08 0.28 0.65
HSL 43.2º 0.16% 0.3% -
HSV(B) 43.2º 0.28% 0.35% -
XYZ 8.26 8.74 6.25 -
YUV 83.04 117.82 132.96 -
System Red Green Blue C M Y K H S L
Decimal 90 83 65 0 0.08 0.28 0.65 43.2 0.16 0.3
Hex 5A 53 41 0 8 1C 41 2B 10 1E
Octal 132 123 101 0 10 34 101 53 20 36
Binary 1011010 1010011 1000001 0 1000 11100 1000001 101011 10000 11110

Color Harmonies of #5A5341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A5341

Black with #5A5341

Text Example


Text Example

White with #5A5341

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #5A5341;
 }
 .AnyTagClassName
 {
   color: #5A5341;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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