Html Css Color HEX #5E5748 Masala

📋 copy color: '#5E5748'

red 94 ◦ green 87 ◦ blue 72

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

Shades of Masala #5E5748

Tints of Masala #5E5748

RGB

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

 GREEN value IS 87 (34.38% from 255) = 34.39%

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

R = 37.15%
G = 34.39%
B = 28.46%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.23

 K value IS 0.63

RGB Variations

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

Color information

#5E5748 (or 0x5E5748) is known color: Masala. HEX triplet: 5E, 57 and 48. RGB value is (94,87,72). Sum of RGB (Red+Green+Blue) = 94+87+72=253 (33% of max value = 765). Red value is 94 (37.11% from 255 or 37.15% from 253); Green value is 87 (34.38% from 255 or 34.39% from 253); Blue value is 72 (28.52% from 255 or 28.46% from 253); Max value from RGB is 94 - color contains mainly: red. Hex color #5E5748 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E5748 is #A1A8B7. Grayscale: #575757. Windows color (decimal): -10594488 or 4740958. OLE color: 4740958.

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

Color convert

RGB 94 87 72 -
CMYK 0 0.07 0.23 0.63
HSL 40.91º 0.13% 0.33% -
HSV(B) 40.91º 0.23% 0.37% -
XYZ 9.19 9.66 7.51 -
YUV 87.38 119.32 132.72 -
System Red Green Blue C M Y K H S L
Decimal 94 87 72 0 0.07 0.23 0.63 40.91 0.13 0.33
Hex 5E 57 48 0 7 17 3F 29 D 21
Octal 136 127 110 0 7 27 77 51 15 41
Binary 1011110 1010111 1001000 0 111 10111 111111 101001 1101 100001

Color Harmonies of #5E5748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E5748

Black with #5E5748

Text Example


Text Example

White with #5E5748

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,87,72); }

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

background-color css

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

 a { background-color: rgb(94,87,72); }

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

border-color css

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

 span { border-color: rgb(94,87,72); }

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