Html Css Color HEX #5E584A Masala

📋 copy color: '#5E584A'

red 94 ◦ green 88 ◦ blue 74

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

Shades of Masala #5E584A

Tints of Masala #5E584A

RGB

 RED value IS 94 (37.11% from 255) = 36.72%

 GREEN value IS 88 (34.77% from 255) = 34.38%

 BLUE value IS 74 (29.3% from 255) = 28.91%

R = 36.72%
G = 34.38%
B = 28.91%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.21

 K value IS 0.63

RGB Variations

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

Color information

#5E584A (or 0x5E584A) is known color: Masala. HEX triplet: 5E, 58 and 4A. RGB value is (94,88,74). Sum of RGB (Red+Green+Blue) = 94+88+74=256 (33% of max value = 765). Red value is 94 (37.11% from 255 or 36.72% from 256); Green value is 88 (34.77% from 255 or 34.38% from 256); Blue value is 74 (29.30% from 255 or 28.91% from 256); Max value from RGB is 94 - color contains mainly: red. Hex color #5E584A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E584A is #A1A7B5. Grayscale: #585858. Windows color (decimal): -10594230 or 4872286. OLE color: 4872286.

HSL color Cylindrical-coordinate representation of color #5E584A: hue angle of 42º degrees, saturation: 0.12, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #5E584A is Cyan = 0, Magento = 0.06, Yellow = 0.21 and Black (K on CMYK) = 0.63.

Color convert

RGB 94 88 74 -
CMYK 0 0.06 0.21 0.63
HSL 42º 0.12% 0.33% -
HSV(B) 42º 0.21% 0.37% -
XYZ 9.34 9.85 7.89 -
YUV 88.2 119.99 132.14 -
System Red Green Blue C M Y K H S L
Decimal 94 88 74 0 0.06 0.21 0.63 42 0.12 0.33
Hex 5E 58 4A 0 6 15 3F 2A C 21
Octal 136 130 112 0 6 25 77 52 14 41
Binary 1011110 1011000 1001010 0 110 10101 111111 101010 1100 100001

Color Harmonies of #5E584A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E584A

Black with #5E584A

Text Example


Text Example

White with #5E584A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,88,74); }

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

background-color css

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

 a { background-color: rgb(94,88,74); }

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

border-color css

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

 span { border-color: rgb(94,88,74); }

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