Html Css Color HEX #5E5746 Masala

📋 copy color: '#5E5746'

red 94 ◦ green 87 ◦ blue 70

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

Shades of Masala #5E5746

Tints of Masala #5E5746

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 27.89%

R = 37.45%
G = 34.66%
B = 27.89%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.26

 K value IS 0.63

RGB Variations

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

Color information

#5E5746 (or 0x5E5746) is known color: Masala. HEX triplet: 5E, 57 and 46. RGB value is (94,87,70). Sum of RGB (Red+Green+Blue) = 94+87+70=251 (33% of max value = 765). Red value is 94 (37.11% from 255 or 37.45% from 251); Green value is 87 (34.38% from 255 or 34.66% from 251); Blue value is 70 (27.73% from 255 or 27.89% from 251); Max value from RGB is 94 - color contains mainly: red. Hex color #5E5746 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E5746 is #A1A8B9. Grayscale: #575757. Windows color (decimal): -10594490 or 4609886. OLE color: 4609886.

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

Color convert

RGB 94 87 70 -
CMYK 0 0.07 0.26 0.63
HSL 42.5º 0.15% 0.32% -
HSV(B) 42.5º 0.26% 0.37% -
XYZ 9.13 9.64 7.17 -
YUV 87.16 118.32 132.88 -
System Red Green Blue C M Y K H S L
Decimal 94 87 70 0 0.07 0.26 0.63 42.5 0.15 0.32
Hex 5E 57 46 0 7 1A 3F 2A F 20
Octal 136 127 106 0 7 32 77 52 17 40
Binary 1011110 1010111 1000110 0 111 11010 111111 101010 1111 100000

Color Harmonies of #5E5746

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E5746

Black with #5E5746

Text Example


Text Example

White with #5E5746

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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