Html Css Color HEX #5A5448 Masala

📋 copy color: '#5A5448'

red 90 ◦ green 84 ◦ blue 72

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

Shades of Masala #5A5448

Tints of Masala #5A5448

RGB

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

 GREEN value IS 84 (33.2% from 255) = 34.15%

 BLUE value IS 72 (28.52% from 255) = 29.27%

R = 36.59%
G = 34.15%
B = 29.27%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.20

 K value IS 0.65

RGB Variations

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

Color information

#5A5448 (or 0x5A5448) is known color: Masala. HEX triplet: 5A, 54 and 48. RGB value is (90,84,72). Sum of RGB (Red+Green+Blue) = 90+84+72=246 (32% of max value = 765). Red value is 90 (35.55% from 255 or 36.59% from 246); Green value is 84 (33.20% from 255 or 34.15% from 246); Blue value is 72 (28.52% from 255 or 29.27% from 246); Max value from RGB is 90 - color contains mainly: red. Hex color #5A5448 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A5448 is #A5ABB7. Grayscale: #545454. Windows color (decimal): -10857400 or 4740186. OLE color: 4740186.

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

Color convert

RGB 90 84 72 -
CMYK 0 0.07 0.20 0.65
HSL 40º 0.11% 0.32% -
HSV(B) 40º 0.2% 0.35% -
XYZ 8.56 8.98 7.41 -
YUV 84.43 120.99 131.98 -
System Red Green Blue C M Y K H S L
Decimal 90 84 72 0 0.07 0.20 0.65 40 0.11 0.32
Hex 5A 54 48 0 7 14 41 28 B 20
Octal 132 124 110 0 7 24 101 50 13 40
Binary 1011010 1010100 1001000 0 111 10100 1000001 101000 1011 100000

Color Harmonies of #5A5448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A5448

Black with #5A5448

Text Example


Text Example

White with #5A5448

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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